#A4DA48

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

Shades of Conifer #A4DA48

Tints of Conifer #A4DA48

Color information

#A4DA48 (or 0xA4DA48) is unknown color: approx Conifer. HEX triplet: A4, DA and 48. RGB value is (164,218,72). Sum of RGB (Red+Green+Blue) = 164+218+72=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DA48 is #5B25B7. Grayscale: #B9B9B9. Windows color (decimal): -5973432 or 4774564. OLE color: 4774564.

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

Color convert

RGB16421872-
CMYK0.2500.670.15
HSL82.19º66.36%56.86%-
HSV(B)82.19º66.97%85.49%-
XYZ41.5558.515.23-
YUV185.2164.11112.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 218 (85.55% from 255) = 48.02%
BLUE value IS 72 (28.52% from 255) = 15.86%
R=36.12%
G=48.02%
B=15.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164218720.2500.670.1582.1966.3656.86
HexA4DA4819043F524239
Octal2443321103101031712210271
Binary101001001101101010010001100101000011111110100101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DA48; }

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

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

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

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

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

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

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

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