#A6DB54

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

Shades of Conifer #A6DB54

Tints of Conifer #A6DB54

Color information

#A6DB54 (or 0xA6DB54) is unknown color: approx Conifer. HEX triplet: A6, DB and 54. RGB value is (166,219,84). Sum of RGB (Red+Green+Blue) = 166+219+84=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB54 is #5924AB. Grayscale: #BCBCBC. Windows color (decimal): -5842092 or 5561254. OLE color: 5561254.

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

Color convert

RGB16621984-
CMYK0.2400.620.14
HSL83.56º65.22%59.41%-
HSV(B)83.56º61.64%85.88%-
XYZ42.6659.4117.61-
YUV187.7669.44112.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 219 (85.94% from 255) = 46.70%
BLUE value IS 84 (33.20% from 255) = 17.91%
R=35.39%
G=46.70%
B=17.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166219840.2400.620.1483.5665.2259.41
HexA6DB541803EE54413b
Octal246333124300761612410173
Binary10100110110110111010100110000111110111010101001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DB54; }

 p { color: rgb(166,219,84); }

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

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

 a { background-color: rgb(166,219,84); }

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

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

 span { border-color: rgb(166,219,84); }

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