#A4DA52

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

Shades of Conifer #A4DA52

Tints of Conifer #A4DA52

Color information

#A4DA52 (or 0xA4DA52) is unknown color: approx Conifer. HEX triplet: A4, DA and 52. RGB value is (164,218,82). Sum of RGB (Red+Green+Blue) = 164+218+82=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DA52 is #5B25AD. Grayscale: #BABABA. Windows color (decimal): -5973422 or 5429924. OLE color: 5429924.

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

Color convert

RGB16421882-
CMYK0.2500.620.15
HSL83.82º64.76%58.82%-
HSV(B)83.82º62.39%85.49%-
XYZ41.958.6417.09-
YUV186.3569.11112.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 218 (85.55% from 255) = 46.98%
BLUE value IS 82 (32.42% from 255) = 17.67%
R=35.34%
G=46.98%
B=17.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164218820.2500.620.1583.8264.7658.82
HexA4DA521903EF54413b
Octal244332122310761712410173
Binary10100100110110101010010110010111110111110101001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DA52; }

 p { color: rgb(164,218,82); }

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

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

 a { background-color: rgb(164,218,82); }

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

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

 span { border-color: rgb(164,218,82); }

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