Html Css Color HEX #A1C278 Olivine

📋 copy color: '#A1C278'

red 161 ◦ green 194 ◦ blue 120

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

Shades of Olivine #A1C278

Tints of Olivine #A1C278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 33.89%
G = 40.84%
B = 25.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#A1C278 (or 0xA1C278) is known color: Olivine. HEX triplet: A1, C2 and 78. RGB value is (161,194,120). Sum of RGB (Red+Green+Blue) = 161+194+120=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C278 is #5E3D87. Grayscale: #AFAFAF. Windows color (decimal): -6176136 or 7914145. OLE color: 7914145.

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

Color convert

RGB 161 194 120 -
CMYK 0.17 0 0.38 0.24
HSL 86.76º 0.38% 0.62% -
HSV(B) 86.76º 0.38% 0.76% -
XYZ 37.38 47.52 24.97 -
YUV 175.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 161 194 120 0.17 0 0.38 0.24 86.76 0.38 0.62
Hex A1 C2 78 11 0 26 18 57 26 3E
Octal 241 302 170 21 0 46 30 127 46 76
Binary 10100001 11000010 1111000 10001 0 100110 11000 1010111 100110 111110

Color Harmonies of #A1C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C278

Black with #A1C278

Text Example


Text Example

White with #A1C278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C278; }

 p { color: rgb(161,194,120); }

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

background-color css

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

 a { background-color: rgb(161,194,120); }

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

border-color css

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

 span { border-color: rgb(161,194,120); }

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