#ABE16A

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

Shades of Conifer #ABE16A

Tints of Conifer #ABE16A

Color information

#ABE16A (or 0xABE16A) is unknown color: approx Conifer. HEX triplet: AB, E1 and 6A. RGB value is (171,225,106). Sum of RGB (Red+Green+Blue) = 171+225+106=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE16A is #541E95. Grayscale: #C3C3C3. Windows color (decimal): -5512854 or 7004587. OLE color: 7004587.

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

Color convert

RGB171225106-
CMYK0.2400.530.12
HSL87.23º66.48%64.9%-
HSV(B)87.23º52.89%88.24%-
XYZ46.3263.5523.46-
YUV195.2977.61110.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 225 (88.28% from 255) = 44.82%
BLUE value IS 106 (41.80% from 255) = 21.12%
R=34.06%
G=44.82%
B=21.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712251060.2400.530.1287.2366.4864.9
HexABE16A18035C574241
Octal2533411523006514127102101
Binary101010111110000111010101100001101011100101011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE16A; }

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

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

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

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

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

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

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

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