#ABE542

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

Shades of Conifer #ABE542

Tints of Conifer #ABE542

Color information

#ABE542 (or 0xABE542) is unknown color: approx Conifer. HEX triplet: AB, E5 and 42. RGB value is (171,229,66). Sum of RGB (Red+Green+Blue) = 171+229+66=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE542 is #541ABD. Grayscale: #C1C1C1. Windows color (decimal): -5511870 or 4384171. OLE color: 4384171.

HSL color Cylindrical-coordinate representation of color #ABE542: hue angle of 81.35º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABE542 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB17122966-
CMYK0.2500.710.10
HSL81.35º75.81%57.84%-
HSV(B)81.35º71.18%89.8%-
XYZ45.865.0915.3-
YUV193.0856.28112.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 229 (89.84% from 255) = 49.14%
BLUE value IS 66 (26.17% from 255) = 14.16%
R=36.70%
G=49.14%
B=14.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal171229660.2500.710.1081.3575.8157.84
HexABE54219047A514c3a
Octal2533451023101071212111472
Binary101010111110010110000101100101000111101010100011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE542; }

 p { color: rgb(171,229,66); }

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

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

 a { background-color: rgb(171,229,66); }

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

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

 span { border-color: rgb(171,229,66); }

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