Html Css Color HEX #AADE40 Conifer

📋 copy color: '#AADE40'

red 170 ◦ green 222 ◦ blue 64

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

Shades of Conifer #AADE40

Tints of Conifer #AADE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 37.28%
G = 48.68%
B = 14.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#AADE40 (or 0xAADE40) is known color: Conifer. HEX triplet: AA, DE and 40. RGB value is (170,222,64). Sum of RGB (Red+Green+Blue) = 170+222+64=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE40 is #5521BF. Grayscale: #BDBDBD. Windows color (decimal): -5579200 or 4251306. OLE color: 4251306.

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

Color convert

RGB 170 222 64 -
CMYK 0.23 0 0.71 0.13
HSL 79.75º 0.71% 0.56% -
HSV(B) 79.75º 0.71% 0.87% -
XYZ 43.62 61.16 14.36 -
YUV 188.44 57.77 114.85 -
System Red Green Blue C M Y K H S L
Decimal 170 222 64 0.23 0 0.71 0.13 79.75 0.71 0.56
Hex AA DE 40 17 0 47 D 50 47 38
Octal 252 336 100 27 0 107 15 120 107 70
Binary 10101010 11011110 1000000 10111 0 1000111 1101 1010000 1000111 111000

Color Harmonies of #AADE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE40

Black with #AADE40

Text Example


Text Example

White with #AADE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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