#ABE248

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

Shades of Conifer #ABE248

Tints of Conifer #ABE248

Color information

#ABE248 (or 0xABE248) is unknown color: approx Conifer. HEX triplet: AB, E2 and 48. RGB value is (171,226,72). Sum of RGB (Red+Green+Blue) = 171+226+72=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE248 is #541DB7. Grayscale: #C0C0C0. Windows color (decimal): -5512632 or 4776619. OLE color: 4776619.

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

Color convert

RGB17122672-
CMYK0.2400.680.11
HSL81.43º72.64%58.43%-
HSV(B)81.43º68.14%88.63%-
XYZ45.1663.5216.01-
YUV19260.28113.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 226 (88.67% from 255) = 48.19%
BLUE value IS 72 (28.52% from 255) = 15.35%
R=36.46%
G=48.19%
B=15.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal171226720.2400.680.1181.4372.6458.43
HexABE24818044B51493a
Octal2533421103001041312111172
Binary101010111110001010010001100001000100101110100011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE248; }

 p { color: rgb(171,226,72); }

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

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

 a { background-color: rgb(171,226,72); }

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

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

 span { border-color: rgb(171,226,72); }

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