Html Css Color HEX #A1C06C Olivine

📋 copy color: '#A1C06C'

red 161 ◦ green 192 ◦ blue 108

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

Shades of Olivine #A1C06C

Tints of Olivine #A1C06C

RGB

 RED value IS 161 (63.28% from 255) = 34.92%

 GREEN value IS 192 (75.39% from 255) = 41.65%

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

R = 34.92%
G = 41.65%
B = 23.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#A1C06C (or 0xA1C06C) is known color: Olivine. HEX triplet: A1, C0 and 6C. RGB value is (161,192,108). Sum of RGB (Red+Green+Blue) = 161+192+108=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C06C is #5E3F93. Grayscale: #ADADAD. Windows color (decimal): -6176660 or 7127201. OLE color: 7127201.

HSL color Cylindrical-coordinate representation of color #A1C06C: hue angle of 82.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1C06C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 108 -
CMYK 0.16 0 0.44 0.25
HSL 82.14º 0.4% 0.59% -
HSV(B) 82.14º 0.44% 0.75% -
XYZ 36.25 46.36 21.22 -
YUV 173.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 161 192 108 0.16 0 0.44 0.25 82.14 0.4 0.59
Hex A1 C0 6C 10 0 2C 19 52 28 3B
Octal 241 300 154 20 0 54 31 122 50 73
Binary 10100001 11000000 1101100 10000 0 101100 11001 1010010 101000 111011

Color Harmonies of #A1C06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C06C

Black with #A1C06C

Text Example


Text Example

White with #A1C06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C06C; }

 p { color: rgb(161,192,108); }

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

background-color css

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

 a { background-color: rgb(161,192,108); }

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

border-color css

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

 span { border-color: rgb(161,192,108); }

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