#ABE060

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

Shades of Conifer #ABE060

Tints of Conifer #ABE060

Color information

#ABE060 (or 0xABE060) is unknown color: approx Conifer. HEX triplet: AB, E0 and 60. RGB value is (171,224,96). Sum of RGB (Red+Green+Blue) = 171+224+96=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE060 is #541F9F. Grayscale: #C2C2C2. Windows color (decimal): -5513120 or 6348971. OLE color: 6348971.

HSL color Cylindrical-coordinate representation of color #ABE060: hue angle of 84.84º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABE060 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB17122496-
CMYK0.2400.570.12
HSL84.84º67.37%62.75%-
HSV(B)84.84º57.14%87.84%-
XYZ45.5662.8120.79-
YUV193.5672.94111.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 224 (87.89% from 255) = 45.62%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=34.83%
G=45.62%
B=19.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171224960.2400.570.1284.8467.3762.75
HexABE06018039C55433f
Octal253340140300711412510377
Binary10101011111000001100000110000111001110010101011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE060; }

 p { color: rgb(171,224,96); }

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

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

 a { background-color: rgb(171,224,96); }

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

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

 span { border-color: rgb(171,224,96); }

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