Html Css Color HEX #A0C967 Olivine

📋 copy color: '#A0C967'

red 160 ◦ green 201 ◦ blue 103

#A0C967
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A0C967

Tints of Olivine #A0C967

RGB

 RED value IS 160 (62.89% from 255) = 34.48%

 GREEN value IS 201 (78.91% from 255) = 43.32%

 BLUE value IS 103 (40.63% from 255) = 22.2%

R = 34.48%
G = 43.32%
B = 22.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A0C967 (or 0xA0C967) is known color: Olivine. HEX triplet: A0, C9 and 67. RGB value is (160,201,103). Sum of RGB (Red+Green+Blue) = 160+201+103=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C967 is #5F3698. Grayscale: #B1B1B1. Windows color (decimal): -6239897 or 6801824. OLE color: 6801824.

HSL color Cylindrical-coordinate representation of color #A0C967: hue angle of 85.1º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0C967 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 103 -
CMYK 0.20 0 0.49 0.21
HSL 85.1º 0.48% 0.6% -
HSV(B) 85.1º 0.49% 0.79% -
XYZ 37.83 50.23 20.53 -
YUV 177.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 160 201 103 0.20 0 0.49 0.21 85.1 0.48 0.6
Hex A0 C9 67 14 0 31 15 55 30 3C
Octal 240 311 147 24 0 61 25 125 60 74
Binary 10100000 11001001 1100111 10100 0 110001 10101 1010101 110000 111100

Color Harmonies of #A0C967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C967

Black with #A0C967

Text Example


Text Example

White with #A0C967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C967; }

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

 H1.HeaderClassName
 {
   color: #A0C967;
 }
 .AnyTagClassName
 {
   color: #A0C967;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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