Html Css Color HEX #AADB57 Conifer

📋 copy color: '#AADB57'

red 170 ◦ green 219 ◦ blue 87

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

Shades of Conifer #AADB57

Tints of Conifer #AADB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.28%

R = 35.71%
G = 46.01%
B = 18.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#AADB57 (or 0xAADB57) is known color: Conifer. HEX triplet: AA, DB and 57. RGB value is (170,219,87). Sum of RGB (Red+Green+Blue) = 170+219+87=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB57 is #5524A8. Grayscale: #BDBDBD. Windows color (decimal): -5579945 or 5757866. OLE color: 5757866.

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

Color convert

RGB 170 219 87 -
CMYK 0.22 0 0.60 0.14
HSL 82.27º 0.65% 0.6% -
HSV(B) 82.27º 0.6% 0.86% -
XYZ 43.63 59.9 18.28 -
YUV 189.3 70.27 114.23 -
System Red Green Blue C M Y K H S L
Decimal 170 219 87 0.22 0 0.60 0.14 82.27 0.65 0.6
Hex AA DB 57 16 0 3C E 52 41 3C
Octal 252 333 127 26 0 74 16 122 101 74
Binary 10101010 11011011 1010111 10110 0 111100 1110 1010010 1000001 111100

Color Harmonies of #AADB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB57

Black with #AADB57

Text Example


Text Example

White with #AADB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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