Html Css Color HEX #AAE94A Conifer

📋 copy color: '#AAE94A'

red 170 ◦ green 233 ◦ blue 74

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

Shades of Conifer #AAE94A

Tints of Conifer #AAE94A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.85%

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

R = 35.64%
G = 48.85%
B = 15.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#AAE94A (or 0xAAE94A) is known color: Conifer. HEX triplet: AA, E9 and 4A. RGB value is (170,233,74). Sum of RGB (Red+Green+Blue) = 170+233+74=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE94A is #5516B5. Grayscale: #C4C4C4. Windows color (decimal): -5576374 or 4909482. OLE color: 4909482.

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

Color convert

RGB 170 233 74 -
CMYK 0.27 0 0.68 0.09
HSL 83.77º 0.78% 0.6% -
HSV(B) 83.77º 0.68% 0.91% -
XYZ 46.95 67.32 17 -
YUV 196.04 59.13 109.43 -
System Red Green Blue C M Y K H S L
Decimal 170 233 74 0.27 0 0.68 0.09 83.77 0.78 0.6
Hex AA E9 4A 1B 0 44 9 54 4E 3C
Octal 252 351 112 33 0 104 11 124 116 74
Binary 10101010 11101001 1001010 11011 0 1000100 1001 1010100 1001110 111100

Color Harmonies of #AAE94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE94A

Black with #AAE94A

Text Example


Text Example

White with #AAE94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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