#A3DB49

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

Shades of Conifer #A3DB49

Tints of Conifer #A3DB49

Color information

#A3DB49 (or 0xA3DB49) is unknown color: approx Conifer. HEX triplet: A3, DB and 49. RGB value is (163,219,73). Sum of RGB (Red+Green+Blue) = 163+219+73=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DB49 is #5C24B6. Grayscale: #BABABA. Windows color (decimal): -6038711 or 4840355. OLE color: 4840355.

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

Color convert

RGB16321973-
CMYK0.2600.670.14
HSL83.01º66.97%57.25%-
HSV(B)83.01º66.67%85.88%-
XYZ41.6458.9315.48-
YUV185.6164.45111.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 219 (85.94% from 255) = 48.13%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=35.82%
G=48.13%
B=16.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal163219730.2600.670.1483.0166.9757.25
HexA3DB491A043E534339
Octal2433331113201031612310371
Binary101000111101101110010011101001000011111010100111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DB49; }

 p { color: rgb(163,219,73); }

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

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

 a { background-color: rgb(163,219,73); }

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

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

 span { border-color: rgb(163,219,73); }

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