#A5C35E

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

Shades of Olivine #A5C35E

Tints of Olivine #A5C35E

Color information

#A5C35E (or 0xA5C35E) is unknown color: approx Olivine. HEX triplet: A5, C3 and 5E. RGB value is (165,195,94). Sum of RGB (Red+Green+Blue) = 165+195+94=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C35E is #5A3CA1. Grayscale: #AEAEAE. Windows color (decimal): -5913762 or 6210469. OLE color: 6210469.

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

Color convert

RGB16519594-
CMYK0.1500.520.24
HSL77.82º45.7%56.67%-
HSV(B)77.82º51.79%76.47%-
XYZ37.0547.8417.87-
YUV174.5282.56121.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=36.34%
G=42.95%
B=20.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165195940.1500.520.2477.8245.756.67
HexA5C35EF034184e2e39
Octal24530313617064301165671
Binary1010010111000011101111011110110100110001001110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C35E; }

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

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

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

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

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

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

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

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