#ABE06C

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

Shades of Conifer #ABE06C

Tints of Conifer #ABE06C

Color information

#ABE06C (or 0xABE06C) is unknown color: approx Conifer. HEX triplet: AB, E0 and 6C. RGB value is (171,224,108). Sum of RGB (Red+Green+Blue) = 171+224+108=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE06C is #541F93. Grayscale: #C3C3C3. Windows color (decimal): -5513108 or 7135403. OLE color: 7135403.

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

Color convert

RGB171224108-
CMYK0.2400.520.12
HSL87.41º65.17%65.1%-
HSV(B)87.41º51.79%87.84%-
XYZ46.1663.0523.92-
YUV194.9378.94110.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=34.00%
G=44.53%
B=21.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241080.2400.520.1287.4165.1765.1
HexABE06C18034C574141
Octal2533401543006414127101101
Binary101010111110000011011001100001101001100101011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE06C; }

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

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

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

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

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

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

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

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