#A5C954

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

Shades of Conifer #A5C954

Tints of Conifer #A5C954

Color information

#A5C954 (or 0xA5C954) is unknown color: approx Conifer. HEX triplet: A5, C9 and 54. RGB value is (165,201,84). Sum of RGB (Red+Green+Blue) = 165+201+84=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C954 is #5A36AB. Grayscale: #B1B1B1. Windows color (decimal): -5912236 or 5556645. OLE color: 5556645.

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

Color convert

RGB16520184-
CMYK0.1800.580.21
HSL78.46º52%55.88%-
HSV(B)78.46º58.21%78.82%-
XYZ3850.4116.12-
YUV176.975.57119.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 201 (78.91% from 255) = 44.67%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=36.67%
G=44.67%
B=18.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165201840.1800.580.2178.465255.88
HexA5C9541203A154e3438
Octal24531112422072251166470
Binary10100101110010011010100100100111010101011001110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C954; }

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

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

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

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

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

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

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

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