Html Css Color HEX #AADE64 Conifer

📋 copy color: '#AADE64'

red 170 ◦ green 222 ◦ blue 100

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

Shades of Conifer #AADE64

Tints of Conifer #AADE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.33%

R = 34.55%
G = 45.12%
B = 20.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#AADE64 (or 0xAADE64) is known color: Conifer. HEX triplet: AA, DE and 64. RGB value is (170,222,100). Sum of RGB (Red+Green+Blue) = 170+222+100=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE64 is #55219B. Grayscale: #C0C0C0. Windows color (decimal): -5579164 or 6610602. OLE color: 6610602.

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

Color convert

RGB 170 222 100 -
CMYK 0.23 0 0.55 0.13
HSL 85.57º 0.65% 0.63% -
HSV(B) 85.57º 0.55% 0.87% -
XYZ 45 61.71 21.6 -
YUV 192.54 75.77 111.92 -
System Red Green Blue C M Y K H S L
Decimal 170 222 100 0.23 0 0.55 0.13 85.57 0.65 0.63
Hex AA DE 64 17 0 37 D 56 41 3F
Octal 252 336 144 27 0 67 15 126 101 77
Binary 10101010 11011110 1100100 10111 0 110111 1101 1010110 1000001 111111

Color Harmonies of #AADE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE64

Black with #AADE64

Text Example


Text Example

White with #AADE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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