#ABDC5D

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

Shades of Conifer #ABDC5D

Tints of Conifer #ABDC5D

Color information

#ABDC5D (or 0xABDC5D) is unknown color: approx Conifer. HEX triplet: AB, DC and 5D. RGB value is (171,220,93). Sum of RGB (Red+Green+Blue) = 171+220+93=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC5D is #5423A2. Grayscale: #BFBFBF. Windows color (decimal): -5514147 or 6151339. OLE color: 6151339.

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

Color convert

RGB17122093-
CMYK0.2200.580.14
HSL83.15º64.47%61.37%-
HSV(B)83.15º57.73%86.27%-
XYZ44.3660.6319.72-
YUV190.8772.77113.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=35.33%
G=45.45%
B=19.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171220930.2200.580.1483.1564.4761.37
HexABDC5D1603AE53403d
Octal253334135260721612310075
Binary10101011110111001011101101100111010111010100111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC5D; }

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

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

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

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

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

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

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

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