Html Css Color HEX #AADE60 Conifer

📋 copy color: '#AADE60'

red 170 ◦ green 222 ◦ blue 96

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

Shades of Conifer #AADE60

Tints of Conifer #AADE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.67%

R = 34.84%
G = 45.49%
B = 19.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#AADE60 (or 0xAADE60) is known color: Conifer. HEX triplet: AA, DE and 60. RGB value is (170,222,96). Sum of RGB (Red+Green+Blue) = 170+222+96=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE60 is #55219F. Grayscale: #C0C0C0. Windows color (decimal): -5579168 or 6348458. OLE color: 6348458.

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

Color convert

RGB 170 222 96 -
CMYK 0.23 0 0.57 0.13
HSL 84.76º 0.66% 0.62% -
HSV(B) 84.76º 0.57% 0.87% -
XYZ 44.81 61.63 20.6 -
YUV 192.09 73.77 112.25 -
System Red Green Blue C M Y K H S L
Decimal 170 222 96 0.23 0 0.57 0.13 84.76 0.66 0.62
Hex AA DE 60 17 0 39 D 55 42 3E
Octal 252 336 140 27 0 71 15 125 102 76
Binary 10101010 11011110 1100000 10111 0 111001 1101 1010101 1000010 111110

Color Harmonies of #AADE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE60

Black with #AADE60

Text Example


Text Example

White with #AADE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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