Html Css Color HEX #AAEA46 Conifer

📋 copy color: '#AAEA46'

red 170 ◦ green 234 ◦ blue 70

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

Shades of Conifer #AAEA46

Tints of Conifer #AAEA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.77%

R = 35.86%
G = 49.37%
B = 14.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#AAEA46 (or 0xAAEA46) is known color: Conifer. HEX triplet: AA, EA and 46. RGB value is (170,234,70). Sum of RGB (Red+Green+Blue) = 170+234+70=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA46 is #5515B9. Grayscale: #C4C4C4. Windows color (decimal): -5576122 or 4647594. OLE color: 4647594.

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

Color convert

RGB 170 234 70 -
CMYK 0.27 0 0.70 0.08
HSL 83.41º 0.8% 0.6% -
HSV(B) 83.41º 0.7% 0.92% -
XYZ 47.11 67.83 16.4 -
YUV 196.17 56.8 109.34 -
System Red Green Blue C M Y K H S L
Decimal 170 234 70 0.27 0 0.70 0.08 83.41 0.8 0.6
Hex AA EA 46 1B 0 46 8 53 50 3C
Octal 252 352 106 33 0 106 10 123 120 74
Binary 10101010 11101010 1000110 11011 0 1000110 1000 1010011 1010000 111100

Color Harmonies of #AAEA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA46

Black with #AAEA46

Text Example


Text Example

White with #AAEA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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