Html Css Color HEX #A0CC6D Olivine

📋 copy color: '#A0CC6D'

red 160 ◦ green 204 ◦ blue 109

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

Shades of Olivine #A0CC6D

Tints of Olivine #A0CC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 33.83%
G = 43.13%
B = 23.04%

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

#A0CC6D (or 0xA0CC6D) is known color: Olivine. HEX triplet: A0, CC and 6D. RGB value is (160,204,109). Sum of RGB (Red+Green+Blue) = 160+204+109=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC6D is #5F3392. Grayscale: #B4B4B4. Windows color (decimal): -6239123 or 7195808. OLE color: 7195808.

HSL color Cylindrical-coordinate representation of color #A0CC6D: hue angle of 87.79º 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 #A0CC6D is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 109 -
CMYK 0.22 0 0.47 0.2
HSL 87.79º 0.48% 0.61% -
HSV(B) 87.79º 0.47% 0.8% -
XYZ 38.85 51.76 22.41 -
YUV 180.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 160 204 109 0.22 0 0.47 0.2 87.79 0.48 0.61
Hex A0 CC 6D 16 0 2F 14 58 30 3D
Octal 240 314 155 26 0 57 24 130 60 75
Binary 10100000 11001100 1101101 10110 0 101111 10100 1011000 110000 111101

Color Harmonies of #A0CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC6D

Black with #A0CC6D

Text Example


Text Example

White with #A0CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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