#A5C26E

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

Shades of Olivine #A5C26E

Tints of Olivine #A5C26E

Color information

#A5C26E (or 0xA5C26E) is unknown color: approx Olivine. HEX triplet: A5, C2 and 6E. RGB value is (165,194,110). Sum of RGB (Red+Green+Blue) = 165+194+110=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C26E is #5A3D91. Grayscale: #B0B0B0. Windows color (decimal): -5914002 or 7258789. OLE color: 7258789.

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

Color convert

RGB165194110-
CMYK0.1500.430.24
HSL80.71º40.78%59.61%-
HSV(B)80.71º43.3%76.08%-
XYZ37.6247.7121.98-
YUV175.7590.89120.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=35.18%
G=41.36%
B=23.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941100.1500.430.2480.7140.7859.61
HexA5C26EF02B1851293c
Octal24530215617053301215174
Binary1010010111000010110111011110101011110001010001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C26E; }

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

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

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

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

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

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

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

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