#abdc5f

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

Shades of Conifer #ABDC5F

Tints of Conifer #ABDC5F

Color information

#ABDC5F (or 0xABDC5F) is unknown color: approx Conifer. HEX triplet: AB, DC and 5F. RGB value is (171,220,95). Sum of RGB (Red+Green+Blue) = 171+220+95=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC5F is #5423A0. Grayscale: #BFBFBF. Windows color (decimal): -5514145 or 6282411. OLE color: 6282411.

HSL color Cylindrical-coordinate representation of color #ABDC5F: hue angle of 83.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABDC5F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB17122095-
CMYK0.2200.570.14
HSL83.52º64.1%61.76%-
HSV(B)83.52º56.82%86.27%-
XYZ44.4560.6720.19-
YUV191.173.77113.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 95 (37.5% from 255) = 19.55%
R=35.19%
G=45.27%
B=19.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171220950.2200.570.1483.5264.161.76
HexABDC5F16039E54403e
Octal253334137260711612410076
Binary10101011110111001011111101100111001111010101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abdc5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abdc5f; }

 p { color: rgb(171,220,95); }

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

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

 a { background-color: rgb(171,220,95); }

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

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

 span { border-color: rgb(171,220,95); }

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