#ABE064

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

Shades of Conifer #ABE064

Tints of Conifer #ABE064

Color information

#ABE064 (or 0xABE064) is unknown color: approx Conifer. HEX triplet: AB, E0 and 64. RGB value is (171,224,100). Sum of RGB (Red+Green+Blue) = 171+224+100=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE064 is #541F9B. Grayscale: #C2C2C2. Windows color (decimal): -5513116 or 6611115. OLE color: 6611115.

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

Color convert

RGB171224100-
CMYK0.2400.550.12
HSL85.65º66.67%63.53%-
HSV(B)85.65º55.36%87.84%-
XYZ45.7562.8921.78-
YUV194.0274.94111.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 100 (39.45% from 255) = 20.20%
R=34.55%
G=45.25%
B=20.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241000.2400.550.1285.6566.6763.53
HexABE06418037C564340
Octal2533401443006714126103100
Binary101010111110000011001001100001101111100101011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE064; }

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

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

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

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

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

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

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

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