Html Css Color HEX #AADE44 Conifer

📋 copy color: '#AADE44'

red 170 ◦ green 222 ◦ blue 68

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

Shades of Conifer #AADE44

Tints of Conifer #AADE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.78%

R = 36.96%
G = 48.26%
B = 14.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#AADE44 (or 0xAADE44) is known color: Conifer. HEX triplet: AA, DE and 44. RGB value is (170,222,68). Sum of RGB (Red+Green+Blue) = 170+222+68=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE44 is #5521BB. Grayscale: #BDBDBD. Windows color (decimal): -5579196 or 4513450. OLE color: 4513450.

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

Color convert

RGB 170 222 68 -
CMYK 0.23 0 0.69 0.13
HSL 80.26º 0.7% 0.57% -
HSV(B) 80.26º 0.69% 0.87% -
XYZ 43.74 61.21 14.98 -
YUV 188.9 59.77 114.52 -
System Red Green Blue C M Y K H S L
Decimal 170 222 68 0.23 0 0.69 0.13 80.26 0.7 0.57
Hex AA DE 44 17 0 45 D 50 46 39
Octal 252 336 104 27 0 105 15 120 106 71
Binary 10101010 11011110 1000100 10111 0 1000101 1101 1010000 1000110 111001

Color Harmonies of #AADE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE44

Black with #AADE44

Text Example


Text Example

White with #AADE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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