#ABDF60

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

Shades of Conifer #ABDF60

Tints of Conifer #ABDF60

Color information

#ABDF60 (or 0xABDF60) is unknown color: approx Conifer. HEX triplet: AB, DF and 60. RGB value is (171,223,96). Sum of RGB (Red+Green+Blue) = 171+223+96=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF60 is #54209F. Grayscale: #C1C1C1. Windows color (decimal): -5513376 or 6348715. OLE color: 6348715.

HSL color Cylindrical-coordinate representation of color #ABDF60: hue angle of 84.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABDF60 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB17122396-
CMYK0.2300.570.13
HSL84.57º66.49%62.55%-
HSV(B)84.57º56.95%87.45%-
XYZ45.2962.2820.7-
YUV192.9773.27112.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 223 (87.5% from 255) = 45.51%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=34.90%
G=45.51%
B=19.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171223960.2300.570.1384.5766.4962.55
HexABDF6017039D55423f
Octal253337140270711512510277
Binary10101011110111111100000101110111001110110101011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDF60; }

 p { color: rgb(171,223,96); }

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

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

 a { background-color: rgb(171,223,96); }

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

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

 span { border-color: rgb(171,223,96); }

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