Html Css Color HEX #AAEA4A Conifer

📋 copy color: '#AAEA4A'

red 170 ◦ green 234 ◦ blue 74

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

Shades of Conifer #AAEA4A

Tints of Conifer #AAEA4A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.95%

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

R = 35.56%
G = 48.95%
B = 15.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#AAEA4A (or 0xAAEA4A) is known color: Conifer. HEX triplet: AA, EA and 4A. RGB value is (170,234,74). Sum of RGB (Red+Green+Blue) = 170+234+74=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA4A is #5515B5. Grayscale: #C5C5C5. Windows color (decimal): -5576118 or 4909738. OLE color: 4909738.

HSL color Cylindrical-coordinate representation of color #AAEA4A: hue angle of 84º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAEA4A is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 74 -
CMYK 0.27 0 0.68 0.08
HSL 84º 0.79% 0.6% -
HSV(B) 84º 0.68% 0.92% -
XYZ 47.24 67.89 17.09 -
YUV 196.62 58.8 109.01 -
System Red Green Blue C M Y K H S L
Decimal 170 234 74 0.27 0 0.68 0.08 84 0.79 0.6
Hex AA EA 4A 1B 0 44 8 54 4F 3C
Octal 252 352 112 33 0 104 10 124 117 74
Binary 10101010 11101010 1001010 11011 0 1000100 1000 1010100 1001111 111100

Color Harmonies of #AAEA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA4A

Black with #AAEA4A

Text Example


Text Example

White with #AAEA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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