#A3D556

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

Shades of Conifer #A3D556

Tints of Conifer #A3D556

Color information

#A3D556 (or 0xA3D556) is unknown color: approx Conifer. HEX triplet: A3, D5 and 56. RGB value is (163,213,86). Sum of RGB (Red+Green+Blue) = 163+213+86=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D556 is #5C2AA9. Grayscale: #B8B8B8. Windows color (decimal): -6040234 or 5690787. OLE color: 5690787.

HSL color Cylindrical-coordinate representation of color #A3D556: hue angle of 83.62º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3D556 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB16321386-
CMYK0.2300.600.16
HSL83.62º60.19%58.63%-
HSV(B)83.62º59.62%83.53%-
XYZ40.5856.0517.48-
YUV183.5772.94113.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 86 (33.98% from 255) = 18.61%
R=35.28%
G=46.10%
B=18.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163213860.2300.600.1683.6260.1958.63
HexA3D5561703C10543c3b
Octal24332512627074201247473
Binary10100011110101011010110101110111100100001010100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D556; }

 p { color: rgb(163,213,86); }

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

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

 a { background-color: rgb(163,213,86); }

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

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

 span { border-color: rgb(163,213,86); }

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