Html Css Color HEX #A0CC6E Olivine

📋 copy color: '#A0CC6E'

red 160 ◦ green 204 ◦ blue 110

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

Shades of Olivine #A0CC6E

Tints of Olivine #A0CC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 33.76%
G = 43.04%
B = 23.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#A0CC6E (or 0xA0CC6E) is known color: Olivine. HEX triplet: A0, CC and 6E. RGB value is (160,204,110). Sum of RGB (Red+Green+Blue) = 160+204+110=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC6E is #5F3391. Grayscale: #B4B4B4. Windows color (decimal): -6239122 or 7261344. OLE color: 7261344.

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

Color convert

RGB 160 204 110 -
CMYK 0.22 0 0.46 0.2
HSL 88.09º 0.48% 0.62% -
HSV(B) 88.09º 0.46% 0.8% -
XYZ 38.9 51.79 22.7 -
YUV 180.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 160 204 110 0.22 0 0.46 0.2 88.09 0.48 0.62
Hex A0 CC 6E 16 0 2E 14 58 30 3E
Octal 240 314 156 26 0 56 24 130 60 76
Binary 10100000 11001100 1101110 10110 0 101110 10100 1011000 110000 111110

Color Harmonies of #A0CC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC6E

Black with #A0CC6E

Text Example


Text Example

White with #A0CC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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