#AEE560

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

Shades of Conifer #AEE560

Tints of Conifer #AEE560

Color information

#AEE560 (or 0xAEE560) is unknown color: approx Conifer. HEX triplet: AE, E5 and 60. RGB value is (174,229,96). Sum of RGB (Red+Green+Blue) = 174+229+96=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE560 is #511A9F. Grayscale: #C5C5C5. Windows color (decimal): -5315232 or 6350254. OLE color: 6350254.

HSL color Cylindrical-coordinate representation of color #AEE560: hue angle of 84.81º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEE560 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB17422996-
CMYK0.2400.580.10
HSL84.81º71.89%63.73%-
HSV(B)84.81º58.08%89.8%-
XYZ47.5965.8821.27-
YUV197.3970.78111.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 229 (89.84% from 255) = 45.89%
BLUE value IS 96 (37.89% from 255) = 19.24%
R=34.87%
G=45.89%
B=19.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174229960.2400.580.1084.8171.8963.73
HexAEE5601803AA554840
Octal2563451403007212125110100
Binary101011101110010111000001100001110101010101010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE560; }

 p { color: rgb(174,229,96); }

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

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

 a { background-color: rgb(174,229,96); }

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

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

 span { border-color: rgb(174,229,96); }

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