Html Css Color HEX #A6C270 Olivine

📋 copy color: '#A6C270'

red 166 ◦ green 194 ◦ blue 112

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

Shades of Olivine #A6C270

Tints of Olivine #A6C270

RGB

 RED value IS 166 (65.23% from 255) = 35.17%

 GREEN value IS 194 (76.17% from 255) = 41.1%

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 35.17%
G = 41.1%
B = 23.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#A6C270 (or 0xA6C270) is known color: Olivine. HEX triplet: A6, C2 and 70. RGB value is (166,194,112). Sum of RGB (Red+Green+Blue) = 166+194+112=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C270 is #593D8F. Grayscale: #B0B0B0. Windows color (decimal): -5848464 or 7389862. OLE color: 7389862.

HSL color Cylindrical-coordinate representation of color #A6C270: hue angle of 80.49º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6C270 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 112 -
CMYK 0.14 0 0.42 0.24
HSL 80.49º 0.4% 0.6% -
HSV(B) 80.49º 0.42% 0.76% -
XYZ 37.94 47.86 22.57 -
YUV 176.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 166 194 112 0.14 0 0.42 0.24 80.49 0.4 0.6
Hex A6 C2 70 E 0 2A 18 50 28 3C
Octal 246 302 160 16 0 52 30 120 50 74
Binary 10100110 11000010 1110000 1110 0 101010 11000 1010000 101000 111100

Color Harmonies of #A6C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C270

Black with #A6C270

Text Example


Text Example

White with #A6C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C270; }

 p { color: rgb(166,194,112); }

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

background-color css

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

 a { background-color: rgb(166,194,112); }

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

border-color css

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

 span { border-color: rgb(166,194,112); }

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