Html Css Color HEX #A1C380 Olivine

📋 copy color: '#A1C380'

red 161 ◦ green 195 ◦ blue 128

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

Shades of Olivine #A1C380

Tints of Olivine #A1C380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

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

R = 33.26%
G = 40.29%
B = 26.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#A1C380 (or 0xA1C380) is known color: Olivine. HEX triplet: A1, C3 and 80. RGB value is (161,195,128). Sum of RGB (Red+Green+Blue) = 161+195+128=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C380 is #5E3C7F. Grayscale: #B1B1B1. Windows color (decimal): -6175872 or 8438689. OLE color: 8438689.

HSL color Cylindrical-coordinate representation of color #A1C380: hue angle of 90.45º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1C380 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 128 -
CMYK 0.17 0 0.34 0.24
HSL 90.45º 0.36% 0.63% -
HSV(B) 90.45º 0.34% 0.76% -
XYZ 38.11 48.17 27.71 -
YUV 177.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 161 195 128 0.17 0 0.34 0.24 90.45 0.36 0.63
Hex A1 C3 80 11 0 22 18 5A 24 3F
Octal 241 303 200 21 0 42 30 132 44 77
Binary 10100001 11000011 10000000 10001 0 100010 11000 1011010 100100 111111

Color Harmonies of #A1C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C380

Black with #A1C380

Text Example


Text Example

White with #A1C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C380; }

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

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

background-color css

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

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

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

border-color css

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

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

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