Html Css Color HEX #AADE4A Conifer

📋 copy color: '#AADE4A'

red 170 ◦ green 222 ◦ blue 74

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

Shades of Conifer #AADE4A

Tints of Conifer #AADE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 36.48%
G = 47.64%
B = 15.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#AADE4A (or 0xAADE4A) is known color: Conifer. HEX triplet: AA, DE and 4A. RGB value is (170,222,74). Sum of RGB (Red+Green+Blue) = 170+222+74=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE4A is #5521B5. Grayscale: #BEBEBE. Windows color (decimal): -5579190 or 4906666. OLE color: 4906666.

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

Color convert

RGB 170 222 74 -
CMYK 0.23 0 0.67 0.13
HSL 81.08º 0.69% 0.58% -
HSV(B) 81.08º 0.67% 0.87% -
XYZ 43.93 61.28 15.99 -
YUV 189.58 62.77 114.03 -
System Red Green Blue C M Y K H S L
Decimal 170 222 74 0.23 0 0.67 0.13 81.08 0.69 0.58
Hex AA DE 4A 17 0 43 D 51 45 3A
Octal 252 336 112 27 0 103 15 121 105 72
Binary 10101010 11011110 1001010 10111 0 1000011 1101 1010001 1000101 111010

Color Harmonies of #AADE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE4A

Black with #AADE4A

Text Example


Text Example

White with #AADE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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