#a0cc67

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

Shades of Olivine #A0CC67

Tints of Olivine #A0CC67

Color information

#A0CC67 (or 0xA0CC67) is unknown color: approx Olivine. HEX triplet: A0, CC and 67. RGB value is (160,204,103). Sum of RGB (Red+Green+Blue) = 160+204+103=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC67 is #5F3398. Grayscale: #B3B3B3. Windows color (decimal): -6239129 or 6802592. OLE color: 6802592.

HSL color Cylindrical-coordinate representation of color #A0CC67: hue angle of 86.14º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0CC67 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB160204103-
CMYK0.2200.500.2
HSL86.14º49.75%60.2%-
HSV(B)86.14º49.51%80%-
XYZ38.5451.6420.77-
YUV179.3384.92114.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=34.26%
G=43.68%
B=22.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041030.2200.500.286.1449.7560.2
HexA0CC67160321456323c
Octal24031414726062241266274
Binary10100000110011001100111101100110010101001010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0cc67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0cc67; }

 p { color: rgb(160,204,103); }

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

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

 a { background-color: rgb(160,204,103); }

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

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

 span { border-color: rgb(160,204,103); }

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