#ABD955

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

Shades of Conifer #ABD955

Tints of Conifer #ABD955

Color information

#ABD955 (or 0xABD955) is unknown color: approx Conifer. HEX triplet: AB, D9 and 55. RGB value is (171,217,85). Sum of RGB (Red+Green+Blue) = 171+217+85=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD955 is #5426AA. Grayscale: #BCBCBC. Windows color (decimal): -5514923 or 5626283. OLE color: 5626283.

HSL color Cylindrical-coordinate representation of color #ABD955: hue angle of 80.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABD955 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB17121785-
CMYK0.2100.610.15
HSL80.91º63.46%59.22%-
HSV(B)80.91º60.83%85.1%-
XYZ43.2558.9417.69-
YUV188.269.76115.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 217 (85.16% from 255) = 45.88%
BLUE value IS 85 (33.59% from 255) = 17.97%
R=36.15%
G=45.88%
B=17.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171217850.2100.610.1580.9163.4659.22
HexABD9551503DF513f3b
Octal25333112525075171217773
Binary1010101111011001101010110101011110111111010001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD955; }

 p { color: rgb(171,217,85); }

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

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

 a { background-color: rgb(171,217,85); }

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

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

 span { border-color: rgb(171,217,85); }

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