#A5C26A

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

Shades of Olivine #A5C26A

Tints of Olivine #A5C26A

Color information

#A5C26A (or 0xA5C26A) is unknown color: approx Olivine. HEX triplet: A5, C2 and 6A. RGB value is (165,194,106). Sum of RGB (Red+Green+Blue) = 165+194+106=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C26A is #5A3D95. Grayscale: #AFAFAF. Windows color (decimal): -5914006 or 6996645. OLE color: 6996645.

HSL color Cylindrical-coordinate representation of color #A5C26A: hue angle of 79.77º 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 #A5C26A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB165194106-
CMYK0.1500.450.24
HSL79.77º41.9%58.82%-
HSV(B)79.77º45.36%76.08%-
XYZ37.4147.6220.86-
YUV175.388.89120.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=35.48%
G=41.72%
B=22.80%

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
Decimal1651941060.1500.450.2479.7741.958.82
HexA5C26AF02D18502a3b
Octal24530215217055301205273
Binary1010010111000010110101011110101101110001010000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C26A; }

 p { color: rgb(165,194,106); }

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

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

 a { background-color: rgb(165,194,106); }

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

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

 span { border-color: rgb(165,194,106); }

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