#A5C26C

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

Shades of Olivine #A5C26C

Tints of Olivine #A5C26C

Color information

#A5C26C (or 0xA5C26C) is unknown color: approx Olivine. HEX triplet: A5, C2 and 6C. RGB value is (165,194,108). Sum of RGB (Red+Green+Blue) = 165+194+108=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C26C is #5A3D93. Grayscale: #AFAFAF. Windows color (decimal): -5914004 or 7127717. OLE color: 7127717.

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

Color convert

RGB165194108-
CMYK0.1500.440.24
HSL80.23º41.35%59.22%-
HSV(B)80.23º44.33%76.08%-
XYZ37.5247.6721.41-
YUV175.5289.89120.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=35.33%
G=41.54%
B=23.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941080.1500.440.2480.2341.3559.22
HexA5C26CF02C1850293b
Octal24530215417054301205173
Binary1010010111000010110110011110101100110001010000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C26C; }

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

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

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

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

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

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

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

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