#ABDC4E

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

Shades of Conifer #ABDC4E

Tints of Conifer #ABDC4E

Color information

#ABDC4E (or 0xABDC4E) is unknown color: approx Conifer. HEX triplet: AB, DC and 4E. RGB value is (171,220,78). Sum of RGB (Red+Green+Blue) = 171+220+78=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC4E is #5423B1. Grayscale: #BDBDBD. Windows color (decimal): -5514162 or 5168299. OLE color: 5168299.

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

Color convert

RGB17122078-
CMYK0.2200.650.14
HSL80.7º66.98%58.43%-
HSV(B)80.7º64.55%86.27%-
XYZ43.7660.3916.56-
YUV189.1665.27115.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 220 (86.33% from 255) = 46.91%
BLUE value IS 78 (30.86% from 255) = 16.63%
R=36.46%
G=46.91%
B=16.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171220780.2200.650.1480.766.9858.43
HexABDC4E16041E51433a
Octal2533341162601011612110372
Binary101010111101110010011101011001000001111010100011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC4E; }

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

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

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

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

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

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

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

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