Html Css Color HEX #A0CC6C Olivine

📋 copy color: '#A0CC6C'

red 160 ◦ green 204 ◦ blue 108

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

Shades of Olivine #A0CC6C

Tints of Olivine #A0CC6C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 33.9%
G = 43.22%
B = 22.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#A0CC6C (or 0xA0CC6C) is known color: Olivine. HEX triplet: A0, CC and 6C. RGB value is (160,204,108). Sum of RGB (Red+Green+Blue) = 160+204+108=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC6C is #5F3393. Grayscale: #B4B4B4. Windows color (decimal): -6239124 or 7130272. OLE color: 7130272.

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

Color convert

RGB 160 204 108 -
CMYK 0.22 0 0.47 0.2
HSL 87.5º 0.48% 0.61% -
HSV(B) 87.5º 0.47% 0.8% -
XYZ 38.8 51.74 22.13 -
YUV 179.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 160 204 108 0.22 0 0.47 0.2 87.5 0.48 0.61
Hex A0 CC 6C 16 0 2F 14 57 30 3D
Octal 240 314 154 26 0 57 24 127 60 75
Binary 10100000 11001100 1101100 10110 0 101111 10100 1010111 110000 111101

Color Harmonies of #A0CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC6C

Black with #A0CC6C

Text Example


Text Example

White with #A0CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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