Html Css Color HEX #A5EE5D Conifer

📋 copy color: '#A5EE5D'

red 165 ◦ green 238 ◦ blue 93

#A5EE5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A5EE5D

Tints of Conifer #A5EE5D

RGB

 RED value IS 165 (64.84% from 255) = 33.27%

 GREEN value IS 238 (93.36% from 255) = 47.98%

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 33.27%
G = 47.98%
B = 18.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5EE5D (or 0xA5EE5D) is known color: Conifer. HEX triplet: A5, EE and 5D. RGB value is (165,238,93). Sum of RGB (Red+Green+Blue) = 165+238+93=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EE5D is #5A11A2. Grayscale: #C8C8C8. Windows color (decimal): -5902755 or 6155941. OLE color: 6155941.

HSL color Cylindrical-coordinate representation of color #A5EE5D: hue angle of 90.21º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5EE5D is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 93 -
CMYK 0.31 0 0.61 0.07
HSL 90.21º 0.81% 0.65% -
HSV(B) 90.21º 0.61% 0.93% -
XYZ 48.07 69.94 21.32 -
YUV 199.64 67.82 103.29 -
System Red Green Blue C M Y K H S L
Decimal 165 238 93 0.31 0 0.61 0.07 90.21 0.81 0.65
Hex A5 EE 5D 1F 0 3D 7 5A 51 41
Octal 245 356 135 37 0 75 7 132 121 101
Binary 10100101 11101110 1011101 11111 0 111101 111 1011010 1010001 1000001

Color Harmonies of #A5EE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EE5D

Black with #A5EE5D

Text Example


Text Example

White with #A5EE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EE5D; }

 p { color: rgb(165,238,93); }

 H1.HeaderClassName
 {
   color: #A5EE5D;
 }
 .AnyTagClassName
 {
   color: #A5EE5D;
 }
</style>

background-color css

<style>
 a { background-color: #A5EE5D; }

 a { background-color: rgb(165,238,93); }

 div.DivClassName
 {
   background-color: #A5EE5D;
 }
 .BgClassName
 {
   background-color: #A5EE5D;
 }
</style>

border-color css

<style>
 span { border-color: #A5EE5D; }

 span { border-color: rgb(165,238,93); }

 td.TdClassName
 {
   border-color: #A5EE5D;
 }
 .TagClassName
 {
   border-color: #A5EE5D;
 }
</style>