#a5c36c

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

Shades of Olivine #A5C36C

Tints of Olivine #A5C36C

Color information

#A5C36C (or 0xA5C36C) is unknown color: approx Olivine. HEX triplet: A5, C3 and 6C. RGB value is (165,195,108). Sum of RGB (Red+Green+Blue) = 165+195+108=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C36C is #5A3C93. Grayscale: #B0B0B0. Windows color (decimal): -5913748 or 7127973. OLE color: 7127973.

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

Color convert

RGB165195108-
CMYK0.1500.450.24
HSL80.69º42.03%59.41%-
HSV(B)80.69º44.62%76.47%-
XYZ37.7448.1121.48-
YUV176.1189.56120.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=35.26%
G=41.67%
B=23.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951080.1500.450.2480.6942.0359.41
HexA5C36CF02D18512a3b
Octal24530315417055301215273
Binary1010010111000011110110011110101101110001010001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5c36c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5c36c; }

 p { color: rgb(165,195,108); }

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

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

 a { background-color: rgb(165,195,108); }

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

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

 span { border-color: rgb(165,195,108); }

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