#A3D852

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

Shades of Conifer #A3D852

Tints of Conifer #A3D852

Color information

#A3D852 (or 0xA3D852) is unknown color: approx Conifer. HEX triplet: A3, D8 and 52. RGB value is (163,216,82). Sum of RGB (Red+Green+Blue) = 163+216+82=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D852 is #5C27AD. Grayscale: #B9B9B9. Windows color (decimal): -6039470 or 5429411. OLE color: 5429411.

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

Color convert

RGB16321682-
CMYK0.2500.620.15
HSL83.73º63.21%58.43%-
HSV(B)83.73º62.04%84.71%-
XYZ41.1857.5116.91-
YUV184.8869.94112.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 216 (84.77% from 255) = 46.85%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=35.36%
G=46.85%
B=17.79%

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
Decimal163216820.2500.620.1583.7363.2158.43
HexA3D8521903EF543f3a
Octal24333012231076171247772
Binary1010001111011000101001011001011111011111010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D852; }

 p { color: rgb(163,216,82); }

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

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

 a { background-color: rgb(163,216,82); }

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

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

 span { border-color: rgb(163,216,82); }

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