Html Css Color HEX #AAE940 Conifer

📋 copy color: '#AAE940'

red 170 ◦ green 233 ◦ blue 64

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

Shades of Conifer #AAE940

Tints of Conifer #AAE940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 36.4%
G = 49.89%
B = 13.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#AAE940 (or 0xAAE940) is known color: Conifer. HEX triplet: AA, E9 and 40. RGB value is (170,233,64). Sum of RGB (Red+Green+Blue) = 170+233+64=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE940 is #5516BF. Grayscale: #C3C3C3. Windows color (decimal): -5576384 or 4254122. OLE color: 4254122.

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

Color convert

RGB 170 233 64 -
CMYK 0.27 0 0.73 0.09
HSL 82.37º 0.79% 0.58% -
HSV(B) 82.37º 0.73% 0.91% -
XYZ 46.64 67.19 15.36 -
YUV 194.9 54.13 110.24 -
System Red Green Blue C M Y K H S L
Decimal 170 233 64 0.27 0 0.73 0.09 82.37 0.79 0.58
Hex AA E9 40 1B 0 49 9 52 4F 3A
Octal 252 351 100 33 0 111 11 122 117 72
Binary 10101010 11101001 1000000 11011 0 1001001 1001 1010010 1001111 111010

Color Harmonies of #AAE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE940

Black with #AAE940

Text Example


Text Example

White with #AAE940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE940; }

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

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

background-color css

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

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

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

border-color css

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

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

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