#AEFC60

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

Shades of Conifer #AEFC60

Tints of Conifer #AEFC60

Color information

#AEFC60 (or 0xAEFC60) is unknown color: approx Conifer. HEX triplet: AE, FC and 60. RGB value is (174,252,96). Sum of RGB (Red+Green+Blue) = 174+252+96=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC60 is #51039F. Grayscale: #D3D3D3. Windows color (decimal): -5309344 or 6356142. OLE color: 6356142.

HSL color Cylindrical-coordinate representation of color #AEFC60: hue angle of 90º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEFC60 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB17425296-
CMYK0.3100.620.01
HSL90º96.3%68.24%-
HSV(B)90º61.9%98.82%-
XYZ54.3879.4623.54-
YUV210.8963.16101.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 252 (98.83% from 255) = 48.28%
BLUE value IS 96 (37.89% from 255) = 18.39%
R=33.33%
G=48.28%
B=18.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal174252960.3100.620.019096.368.24
HexAEFC601F03E15a6044
Octal256374140370761132140104
Binary101011101111110011000001111101111101101101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFC60; }

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

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

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

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

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

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

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

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