#A5C95E

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

Shades of Conifer #A5C95E

Tints of Conifer #A5C95E

Color information

#A5C95E (or 0xA5C95E) is unknown color: approx Conifer. HEX triplet: A5, C9 and 5E. RGB value is (165,201,94). Sum of RGB (Red+Green+Blue) = 165+201+94=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C95E is #5A36A1. Grayscale: #B2B2B2. Windows color (decimal): -5912226 or 6212005. OLE color: 6212005.

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

Color convert

RGB16520194-
CMYK0.1800.530.21
HSL80.19º49.77%57.84%-
HSV(B)80.19º53.23%78.82%-
XYZ38.4250.5818.33-
YUV178.0480.57118.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 201 (78.91% from 255) = 43.70%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=35.87%
G=43.70%
B=20.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165201940.1800.530.2180.1949.7757.84
HexA5C95E120351550323a
Octal24531113622065251206272
Binary10100101110010011011110100100110101101011010000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C95E; }

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

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

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

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

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

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

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

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