#A5CC6A

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

Shades of Olivine #A5CC6A

Tints of Olivine #A5CC6A

Color information

#A5CC6A (or 0xA5CC6A) is unknown color: approx Olivine. HEX triplet: A5, CC and 6A. RGB value is (165,204,106). Sum of RGB (Red+Green+Blue) = 165+204+106=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC6A is #5A3395. Grayscale: #B5B5B5. Windows color (decimal): -5911446 or 6999205. OLE color: 6999205.

HSL color Cylindrical-coordinate representation of color #A5CC6A: hue angle of 83.88º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5CC6A is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB165204106-
CMYK0.1900.480.2
HSL83.88º49%60.78%-
HSV(B)83.88º48.04%80%-
XYZ39.7152.2321.62-
YUV181.1785.58116.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=34.74%
G=42.95%
B=22.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041060.1900.480.283.884960.78
HexA5CC6A130301454313d
Octal24531415223060241246175
Binary10100101110011001101010100110110000101001010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC6A; }

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

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

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

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

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

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

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

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