#ABE15F

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

Shades of Conifer #ABE15F

Tints of Conifer #ABE15F

Color information

#ABE15F (or 0xABE15F) is unknown color: approx Conifer. HEX triplet: AB, E1 and 5F. RGB value is (171,225,95). Sum of RGB (Red+Green+Blue) = 171+225+95=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE15F is #541EA0. Grayscale: #C2C2C2. Windows color (decimal): -5512865 or 6283691. OLE color: 6283691.

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

Color convert

RGB17122595-
CMYK0.2400.580.12
HSL84.92º68.42%62.75%-
HSV(B)84.92º57.78%88.24%-
XYZ45.7963.3320.64-
YUV194.0372.11111.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 95 (37.5% from 255) = 19.35%
R=34.83%
G=45.82%
B=19.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171225950.2400.580.1284.9268.4262.75
HexABE15F1803AC55443f
Octal253341137300721412510477
Binary10101011111000011011111110000111010110010101011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE15F; }

 p { color: rgb(171,225,95); }

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

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

 a { background-color: rgb(171,225,95); }

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

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

 span { border-color: rgb(171,225,95); }

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