#AEEA61

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

Shades of Conifer #AEEA61

Tints of Conifer #AEEA61

Color information

#AEEA61 (or 0xAEEA61) is unknown color: approx Conifer. HEX triplet: AE, EA and 61. RGB value is (174,234,97). Sum of RGB (Red+Green+Blue) = 174+234+97=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA61 is #51159E. Grayscale: #C8C8C8. Windows color (decimal): -5313951 or 6417070. OLE color: 6417070.

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

Color convert

RGB17423497-
CMYK0.2600.590.08
HSL86.28º76.54%64.9%-
HSV(B)86.28º58.55%91.76%-
XYZ49.0468.7121.99-
YUV200.4469.62109.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 234 (91.80% from 255) = 46.34%
BLUE value IS 97 (38.28% from 255) = 19.21%
R=34.46%
G=46.34%
B=19.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174234970.2600.590.0886.2876.5464.9
HexAEEA611A03B8564d41
Octal2563521413207310126115101
Binary101011101110101011000011101001110111000101011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEA61; }

 p { color: rgb(174,234,97); }

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

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

 a { background-color: rgb(174,234,97); }

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

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

 span { border-color: rgb(174,234,97); }

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