Html Css Color HEX #AADE55 Conifer

📋 copy color: '#AADE55'

red 170 ◦ green 222 ◦ blue 85

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

Shades of Conifer #AADE55

Tints of Conifer #AADE55

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.54%

 BLUE value IS 85 (33.59% from 255) = 17.82%

R = 35.64%
G = 46.54%
B = 17.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#AADE55 (or 0xAADE55) is known color: Conifer. HEX triplet: AA, DE and 55. RGB value is (170,222,85). Sum of RGB (Red+Green+Blue) = 170+222+85=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE55 is #5521AA. Grayscale: #BFBFBF. Windows color (decimal): -5579179 or 5627562. OLE color: 5627562.

HSL color Cylindrical-coordinate representation of color #AADE55: hue angle of 82.77º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AADE55 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 85 -
CMYK 0.23 0 0.62 0.13
HSL 82.77º 0.67% 0.6% -
HSV(B) 82.77º 0.62% 0.87% -
XYZ 44.34 61.44 18.12 -
YUV 190.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 170 222 85 0.23 0 0.62 0.13 82.77 0.67 0.6
Hex AA DE 55 17 0 3E D 53 43 3C
Octal 252 336 125 27 0 76 15 123 103 74
Binary 10101010 11011110 1010101 10111 0 111110 1101 1010011 1000011 111100

Color Harmonies of #AADE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE55

Black with #AADE55

Text Example


Text Example

White with #AADE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE55; }

 p { color: rgb(170,222,85); }

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

background-color css

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

 a { background-color: rgb(170,222,85); }

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

border-color css

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

 span { border-color: rgb(170,222,85); }

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