#AAEA51

Color #AAEA51 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AAEA51

Tints of Conifer #AAEA51

Color information

#AAEA51 (or 0xAAEA51) is unknown color: approx Conifer. HEX triplet: AA, EA and 51. RGB value is (170,234,81). Sum of RGB (Red+Green+Blue) = 170+234+81=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA51 is #5515AE. Grayscale: #C5C5C5. Windows color (decimal): -5576111 or 5368490. OLE color: 5368490.

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

Color convert

RGB17023481-
CMYK0.2700.650.08
HSL85.1º78.46%61.76%-
HSV(B)85.1º65.38%91.76%-
XYZ47.4967.9918.4-
YUV197.4262.3108.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 81 (32.03% from 255) = 16.70%
R=35.05%
G=48.25%
B=16.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170234810.2700.650.0885.178.4661.76
HexAAEA511B0418554e3e
Octal2523521213301011012511676
Binary101010101110101010100011101101000001100010101011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEA51; }

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

 H1.HeaderClassName
 {
   color: #AAEA51;
 }
 .AnyTagClassName
 {
   color: #AAEA51;
 }
</style>
background-color css

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

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

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

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

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

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