#abe040

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

Shades of Conifer #ABE040

Tints of Conifer #ABE040

Color information

#ABE040 (or 0xABE040) is unknown color: approx Conifer. HEX triplet: AB, E0 and 40. RGB value is (171,224,64). Sum of RGB (Red+Green+Blue) = 171+224+64=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE040 is #541FBF. Grayscale: #BEBEBE. Windows color (decimal): -5513152 or 4251819. OLE color: 4251819.

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

Color convert

RGB17122464-
CMYK0.2400.710.12
HSL79.88º72.07%56.47%-
HSV(B)79.88º71.43%87.84%-
XYZ44.3862.3414.54-
YUV189.9156.94114.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 64 (25.39% from 255) = 13.94%
R=37.25%
G=48.80%
B=13.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171224640.2400.710.1279.8872.0756.47
HexABE04018047C504838
Octal2533401003001071412011070
Binary101010111110000010000001100001000111110010100001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abe040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abe040; }

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

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

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

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

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

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

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

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