#ABDC5E

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

Shades of Conifer #ABDC5E

Tints of Conifer #ABDC5E

Color information

#ABDC5E (or 0xABDC5E) is unknown color: approx Conifer. HEX triplet: AB, DC and 5E. RGB value is (171,220,94). Sum of RGB (Red+Green+Blue) = 171+220+94=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC5E is #5423A1. Grayscale: #BFBFBF. Windows color (decimal): -5514146 or 6216875. OLE color: 6216875.

HSL color Cylindrical-coordinate representation of color #ABDC5E: hue angle of 83.33º 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 #ABDC5E is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB17122094-
CMYK0.2200.570.14
HSL83.33º64.29%61.57%-
HSV(B)83.33º57.27%86.27%-
XYZ44.4160.6519.96-
YUV190.9873.27113.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 94 (37.11% from 255) = 19.38%
R=35.26%
G=45.36%
B=19.38%

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
Decimal171220940.2200.570.1483.3364.2961.57
HexABDC5E16039E53403e
Octal253334136260711612310076
Binary10101011110111001011110101100111001111010100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC5E; }

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

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

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

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

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

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

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

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