#A4D958

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

Shades of Conifer #A4D958

Tints of Conifer #A4D958

Color information

#A4D958 (or 0xA4D958) is unknown color: approx Conifer. HEX triplet: A4, D9 and 58. RGB value is (164,217,88). Sum of RGB (Red+Green+Blue) = 164+217+88=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D958 is #5B26A7. Grayscale: #BABABA. Windows color (decimal): -5973672 or 5822884. OLE color: 5822884.

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

Color convert

RGB16421788-
CMYK0.2400.590.15
HSL84.65º62.93%59.8%-
HSV(B)84.65º59.45%85.1%-
XYZ41.8858.2218.26-
YUV186.4572.44111.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 88 (34.77% from 255) = 18.76%
R=34.97%
G=46.27%
B=18.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164217880.2400.590.1584.6562.9359.8
HexA4D9581803BF553f3c
Octal24433113030073171257774
Binary1010010011011001101100011000011101111111010101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D958; }

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

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

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

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

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

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

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

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