Html Css Color HEX #A5D85B Conifer

📋 copy color: '#A5D85B'

red 165 ◦ green 216 ◦ blue 91

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

Shades of Conifer #A5D85B

Tints of Conifer #A5D85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.76%

 BLUE value IS 91 (35.94% from 255) = 19.28%

R = 34.96%
G = 45.76%
B = 19.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#A5D85B (or 0xA5D85B) is known color: Conifer. HEX triplet: A5, D8 and 5B. RGB value is (165,216,91). Sum of RGB (Red+Green+Blue) = 165+216+91=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D85B is #5A27A4. Grayscale: #BABABA. Windows color (decimal): -5908389 or 6019237. OLE color: 6019237.

HSL color Cylindrical-coordinate representation of color #A5D85B: hue angle of 84.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5D85B is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 91 -
CMYK 0.24 0 0.58 0.15
HSL 84.48º 0.62% 0.6% -
HSV(B) 84.48º 0.58% 0.85% -
XYZ 41.96 57.87 18.86 -
YUV 186.5 74.1 112.66 -
System Red Green Blue C M Y K H S L
Decimal 165 216 91 0.24 0 0.58 0.15 84.48 0.62 0.6
Hex A5 D8 5B 18 0 3A F 54 3E 3C
Octal 245 330 133 30 0 72 17 124 76 74
Binary 10100101 11011000 1011011 11000 0 111010 1111 1010100 111110 111100

Color Harmonies of #A5D85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D85B

Black with #A5D85B

Text Example


Text Example

White with #A5D85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D85B; }

 p { color: rgb(165,216,91); }

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

background-color css

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

 a { background-color: rgb(165,216,91); }

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

border-color css

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

 span { border-color: rgb(165,216,91); }

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