#A4D456

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

Shades of Conifer #A4D456

Tints of Conifer #A4D456

Color information

#A4D456 (or 0xA4D456) is unknown color: approx Conifer. HEX triplet: A4, D4 and 56. RGB value is (164,212,86). Sum of RGB (Red+Green+Blue) = 164+212+86=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D456 is #5B2BA9. Grayscale: #B7B7B7. Windows color (decimal): -5974954 or 5690532. OLE color: 5690532.

HSL color Cylindrical-coordinate representation of color #A4D456: hue angle of 82.86º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4D456 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB16421286-
CMYK0.2300.590.17
HSL82.86º59.43%58.43%-
HSV(B)82.86º59.43%83.14%-
XYZ40.5355.6517.41-
YUV183.2873.1114.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 212 (83.20% from 255) = 45.89%
BLUE value IS 86 (33.98% from 255) = 18.61%
R=35.50%
G=45.89%
B=18.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164212860.2300.590.1782.8659.4358.43
HexA4D4561703B11533b3a
Octal24432412627073211237372
Binary10100100110101001010110101110111011100011010011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D456; }

 p { color: rgb(164,212,86); }

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

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

 a { background-color: rgb(164,212,86); }

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

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

 span { border-color: rgb(164,212,86); }

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