#A8C954

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

Shades of Conifer #A8C954

Tints of Conifer #A8C954

Color information

#A8C954 (or 0xA8C954) is unknown color: approx Conifer. HEX triplet: A8, C9 and 54. RGB value is (168,201,84). Sum of RGB (Red+Green+Blue) = 168+201+84=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C954 is #5736AB. Grayscale: #B2B2B2. Windows color (decimal): -5715628 or 5556648. OLE color: 5556648.

HSL color Cylindrical-coordinate representation of color #A8C954: hue angle of 76.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8C954 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB16820184-
CMYK0.1600.580.21
HSL76.92º52%55.88%-
HSV(B)76.92º58.21%78.82%-
XYZ38.6450.7416.14-
YUV177.875.07121.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 201 (78.91% from 255) = 44.37%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=37.09%
G=44.37%
B=18.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168201840.1600.580.2176.925255.88
HexA8C9541003A154d3438
Octal25031112420072251156470
Binary10101000110010011010100100000111010101011001101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C954; }

 p { color: rgb(168,201,84); }

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

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

 a { background-color: rgb(168,201,84); }

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

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

 span { border-color: rgb(168,201,84); }

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