#ABD64E

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

Shades of Conifer #ABD64E

Tints of Conifer #ABD64E

Color information

#ABD64E (or 0xABD64E) is unknown color: approx Conifer. HEX triplet: AB, D6 and 4E. RGB value is (171,214,78). Sum of RGB (Red+Green+Blue) = 171+214+78=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD64E is #5429B1. Grayscale: #BABABA. Windows color (decimal): -5515698 or 5166763. OLE color: 5166763.

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

Color convert

RGB17121478-
CMYK0.2000.640.16
HSL78.97º62.39%57.25%-
HSV(B)78.97º63.55%83.92%-
XYZ42.2257.316.04-
YUV185.6467.25117.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 214 (83.98% from 255) = 46.22%
BLUE value IS 78 (30.86% from 255) = 16.85%
R=36.93%
G=46.22%
B=16.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171214780.2000.640.1678.9762.3957.25
HexABD64E14040104f3e39
Octal253326116240100201177671
Binary101010111101011010011101010001000000100001001111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD64E; }

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

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

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

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

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

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

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

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