Html Css Color HEX #AAEA3E Conifer

📋 copy color: '#AAEA3E'

red 170 ◦ green 234 ◦ blue 62

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

Shades of Conifer #AAEA3E

Tints of Conifer #AAEA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.3%

R = 36.48%
G = 50.21%
B = 13.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#AAEA3E (or 0xAAEA3E) is known color: Conifer. HEX triplet: AA, EA and 3E. RGB value is (170,234,62). Sum of RGB (Red+Green+Blue) = 170+234+62=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA3E is #5515C1. Grayscale: #C3C3C3. Windows color (decimal): -5576130 or 4123306. OLE color: 4123306.

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

Color convert

RGB 170 234 62 -
CMYK 0.27 0 0.74 0.08
HSL 82.33º 0.8% 0.58% -
HSV(B) 82.33º 0.74% 0.92% -
XYZ 46.87 67.74 15.16 -
YUV 195.26 52.8 109.99 -
System Red Green Blue C M Y K H S L
Decimal 170 234 62 0.27 0 0.74 0.08 82.33 0.8 0.58
Hex AA EA 3E 1B 0 4A 8 52 50 3A
Octal 252 352 76 33 0 112 10 122 120 72
Binary 10101010 11101010 111110 11011 0 1001010 1000 1010010 1010000 111010

Color Harmonies of #AAEA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA3E

Black with #AAEA3E

Text Example


Text Example

White with #AAEA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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