#a3d24d

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

Shades of Conifer #A3D24D

Tints of Conifer #A3D24D

Color information

#A3D24D (or 0xA3D24D) is unknown color: approx Conifer. HEX triplet: A3, D2 and 4D. RGB value is (163,210,77). Sum of RGB (Red+Green+Blue) = 163+210+77=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D24D is #5C2DB2. Grayscale: #B5B5B5. Windows color (decimal): -6041011 or 5100195. OLE color: 5100195.

HSL color Cylindrical-coordinate representation of color #A3D24D: hue angle of 81.2º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3D24D is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB16321077-
CMYK0.2200.630.18
HSL81.2º59.64%56.27%-
HSV(B)81.2º63.33%82.35%-
XYZ39.4954.4215.44-
YUV180.7869.43115.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=36.22%
G=46.67%
B=17.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163210770.2200.630.1881.259.6456.27
HexA3D24D1603F12513c38
Octal24332211526077221217470
Binary10100011110100101001101101100111111100101010001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3d24d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3d24d; }

 p { color: rgb(163,210,77); }

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

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

 a { background-color: rgb(163,210,77); }

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

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

 span { border-color: rgb(163,210,77); }

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