#A4D157

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

Shades of Conifer #A4D157

Tints of Conifer #A4D157

Color information

#A4D157 (or 0xA4D157) is unknown color: approx Conifer. HEX triplet: A4, D1 and 57. RGB value is (164,209,87). Sum of RGB (Red+Green+Blue) = 164+209+87=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D157 is #5B2EA8. Grayscale: #B6B6B6. Windows color (decimal): -5975721 or 5755300. OLE color: 5755300.

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

Color convert

RGB16420987-
CMYK0.2200.580.18
HSL82.13º57.01%58.04%-
HSV(B)82.13º58.37%81.96%-
XYZ39.8354.1817.38-
YUV181.6474.59115.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 87 (34.38% from 255) = 18.91%
R=35.65%
G=45.43%
B=18.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164209870.2200.580.1882.1357.0158.04
HexA4D1571603A1252393a
Octal24432112726072221227172
Binary10100100110100011010111101100111010100101010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D157; }

 p { color: rgb(164,209,87); }

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

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

 a { background-color: rgb(164,209,87); }

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

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

 span { border-color: rgb(164,209,87); }

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