#A4D158

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

Shades of Conifer #A4D158

Tints of Conifer #A4D158

Color information

#A4D158 (or 0xA4D158) is unknown color: approx Conifer. HEX triplet: A4, D1 and 58. RGB value is (164,209,88). Sum of RGB (Red+Green+Blue) = 164+209+88=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D158 is #5B2EA7. Grayscale: #B6B6B6. Windows color (decimal): -5975720 or 5820836. OLE color: 5820836.

HSL color Cylindrical-coordinate representation of color #A4D158: hue angle of 82.31º 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 #A4D158 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB16420988-
CMYK0.2200.580.18
HSL82.31º56.81%58.24%-
HSV(B)82.31º57.89%81.96%-
XYZ39.8754.217.59-
YUV181.7575.09115.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 209 (82.03% from 255) = 45.34%
BLUE value IS 88 (34.77% from 255) = 19.09%
R=35.57%
G=45.34%
B=19.09%

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
Decimal164209880.2200.580.1882.3156.8158.24
HexA4D1581603A1252393a
Octal24432113026072221227172
Binary10100100110100011011000101100111010100101010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D158; }

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

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

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

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

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

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

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

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