#A5C26F

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

Shades of Olivine #A5C26F

Tints of Olivine #A5C26F

Color information

#A5C26F (or 0xA5C26F) is unknown color: approx Olivine. HEX triplet: A5, C2 and 6F. RGB value is (165,194,111). Sum of RGB (Red+Green+Blue) = 165+194+111=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C26F is #5A3D90. Grayscale: #B0B0B0. Windows color (decimal): -5914001 or 7324325. OLE color: 7324325.

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

Color convert

RGB165194111-
CMYK0.1500.430.24
HSL80.96º40.49%59.8%-
HSV(B)80.96º42.78%76.08%-
XYZ37.6847.7322.27-
YUV175.8791.39120.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=35.11%
G=41.28%
B=23.62%

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
Decimal1651941110.1500.430.2480.9640.4959.8
HexA5C26FF02B1851283c
Octal24530215717053301215074
Binary1010010111000010110111111110101011110001010001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C26F; }

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

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

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

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

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

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

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

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