Html Css Color HEX #AADB5F Conifer

📋 copy color: '#AADB5F'

red 170 ◦ green 219 ◦ blue 95

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

Shades of Conifer #AADB5F

Tints of Conifer #AADB5F

RGB

 RED value IS 170 (66.8% from 255) = 35.12%

 GREEN value IS 219 (85.94% from 255) = 45.25%

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 35.12%
G = 45.25%
B = 19.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#AADB5F (or 0xAADB5F) is known color: Conifer. HEX triplet: AA, DB and 5F. RGB value is (170,219,95). Sum of RGB (Red+Green+Blue) = 170+219+95=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB5F is #5524A0. Grayscale: #BEBEBE. Windows color (decimal): -5579937 or 6282154. OLE color: 6282154.

HSL color Cylindrical-coordinate representation of color #AADB5F: hue angle of 83.71º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AADB5F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 95 -
CMYK 0.22 0 0.57 0.14
HSL 83.71º 0.63% 0.62% -
HSV(B) 83.71º 0.57% 0.86% -
XYZ 43.97 60.04 20.1 -
YUV 190.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 170 219 95 0.22 0 0.57 0.14 83.71 0.63 0.62
Hex AA DB 5F 16 0 39 E 54 3F 3E
Octal 252 333 137 26 0 71 16 124 77 76
Binary 10101010 11011011 1011111 10110 0 111001 1110 1010100 111111 111110

Color Harmonies of #AADB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB5F

Black with #AADB5F

Text Example


Text Example

White with #AADB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB5F; }

 p { color: rgb(170,219,95); }

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

background-color css

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

 a { background-color: rgb(170,219,95); }

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

border-color css

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

 span { border-color: rgb(170,219,95); }

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