Html Css Color HEX #A1C261 Olivine

📋 copy color: '#A1C261'

red 161 ◦ green 194 ◦ blue 97

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

Shades of Olivine #A1C261

Tints of Olivine #A1C261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 35.62%
G = 42.92%
B = 21.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A1C261 (or 0xA1C261) is known color: Olivine. HEX triplet: A1, C2 and 61. RGB value is (161,194,97). Sum of RGB (Red+Green+Blue) = 161+194+97=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C261 is #5E3D9E. Grayscale: #ADADAD. Windows color (decimal): -6176159 or 6406817. OLE color: 6406817.

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

Color convert

RGB 161 194 97 -
CMYK 0.17 0 0.50 0.24
HSL 80.41º 0.44% 0.57% -
HSV(B) 80.41º 0.5% 0.76% -
XYZ 36.15 47.02 18.48 -
YUV 173.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 161 194 97 0.17 0 0.50 0.24 80.41 0.44 0.57
Hex A1 C2 61 11 0 32 18 50 2C 39
Octal 241 302 141 21 0 62 30 120 54 71
Binary 10100001 11000010 1100001 10001 0 110010 11000 1010000 101100 111001

Color Harmonies of #A1C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C261

Black with #A1C261

Text Example


Text Example

White with #A1C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C261; }

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

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

background-color css

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

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

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

border-color css

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

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

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