#A4D954

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

Shades of Conifer #A4D954

Tints of Conifer #A4D954

Color information

#A4D954 (or 0xA4D954) is unknown color: approx Conifer. HEX triplet: A4, D9 and 54. RGB value is (164,217,84). Sum of RGB (Red+Green+Blue) = 164+217+84=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D954 is #5B26AB. Grayscale: #BABABA. Windows color (decimal): -5973676 or 5560740. OLE color: 5560740.

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

Color convert

RGB16421784-
CMYK0.2400.610.15
HSL83.91º63.64%59.02%-
HSV(B)83.91º61.29%85.1%-
XYZ41.7258.1617.41-
YUV185.9970.44112.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 217 (85.16% from 255) = 46.67%
BLUE value IS 84 (33.20% from 255) = 18.06%
R=35.27%
G=46.67%
B=18.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164217840.2400.610.1583.9163.6459.02
HexA4D9541803DF54403b
Octal244331124300751712410073
Binary10100100110110011010100110000111101111110101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D954; }

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

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

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

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

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

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

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

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