Html Css Color HEX #A1C080 Olivine

📋 copy color: '#A1C080'

red 161 ◦ green 192 ◦ blue 128

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

Shades of Olivine #A1C080

Tints of Olivine #A1C080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 33.47%
G = 39.92%
B = 26.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#A1C080 (or 0xA1C080) is known color: Olivine. HEX triplet: A1, C0 and 80. RGB value is (161,192,128). Sum of RGB (Red+Green+Blue) = 161+192+128=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C080 is #5E3F7F. Grayscale: #AFAFAF. Windows color (decimal): -6176640 or 8437921. OLE color: 8437921.

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

Color convert

RGB 161 192 128 -
CMYK 0.16 0 0.33 0.25
HSL 89.06º 0.34% 0.63% -
HSV(B) 89.06º 0.33% 0.75% -
XYZ 37.44 46.83 27.49 -
YUV 175.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 161 192 128 0.16 0 0.33 0.25 89.06 0.34 0.63
Hex A1 C0 80 10 0 21 19 59 22 3F
Octal 241 300 200 20 0 41 31 131 42 77
Binary 10100001 11000000 10000000 10000 0 100001 11001 1011001 100010 111111

Color Harmonies of #A1C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C080

Black with #A1C080

Text Example


Text Example

White with #A1C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C080; }

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

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

background-color css

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

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

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

border-color css

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

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

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