#ABE45D

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

Shades of Conifer #ABE45D

Tints of Conifer #ABE45D

Color information

#ABE45D (or 0xABE45D) is unknown color: approx Conifer. HEX triplet: AB, E4 and 5D. RGB value is (171,228,93). Sum of RGB (Red+Green+Blue) = 171+228+93=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE45D is #541BA2. Grayscale: #C4C4C4. Windows color (decimal): -5512099 or 6153387. OLE color: 6153387.

HSL color Cylindrical-coordinate representation of color #ABE45D: hue angle of 85.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABE45D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB17122893-
CMYK0.2500.590.11
HSL85.33º71.43%62.94%-
HSV(B)85.33º59.21%89.41%-
XYZ46.5164.9420.44-
YUV195.5770.12110.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 228 (89.45% from 255) = 46.34%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=34.76%
G=46.34%
B=18.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal171228930.2500.590.1185.3371.4362.94
HexABE45D1903BB55473f
Octal253344135310731312510777
Binary10101011111001001011101110010111011101110101011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE45D; }

 p { color: rgb(171,228,93); }

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

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

 a { background-color: rgb(171,228,93); }

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

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

 span { border-color: rgb(171,228,93); }

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