Html Css Color HEX #A1C260 Olivine

📋 copy color: '#A1C260'

red 161 ◦ green 194 ◦ blue 96

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

Shades of Olivine #A1C260

Tints of Olivine #A1C260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 35.7%
G = 43.02%
B = 21.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#A1C260 (or 0xA1C260) is known color: Olivine. HEX triplet: A1, C2 and 60. RGB value is (161,194,96). Sum of RGB (Red+Green+Blue) = 161+194+96=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C260 is #5E3D9F. Grayscale: #ADADAD. Windows color (decimal): -6176160 or 6341281. OLE color: 6341281.

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

Color convert

RGB 161 194 96 -
CMYK 0.17 0 0.51 0.24
HSL 80.2º 0.45% 0.57% -
HSV(B) 80.2º 0.51% 0.76% -
XYZ 36.1 47.01 18.24 -
YUV 172.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 161 194 96 0.17 0 0.51 0.24 80.2 0.45 0.57
Hex A1 C2 60 11 0 33 18 50 2D 39
Octal 241 302 140 21 0 63 30 120 55 71
Binary 10100001 11000010 1100000 10001 0 110011 11000 1010000 101101 111001

Color Harmonies of #A1C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C260

Black with #A1C260

Text Example


Text Example

White with #A1C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C260; }

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

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

background-color css

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

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

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

border-color css

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

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

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