Html Css Color HEX #A1C360 Olivine

📋 copy color: '#A1C360'

red 161 ◦ green 195 ◦ blue 96

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

Shades of Olivine #A1C360

Tints of Olivine #A1C360

RGB

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

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

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

R = 35.62%
G = 43.14%
B = 21.24%

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

#A1C360 (or 0xA1C360) is known color: Olivine. HEX triplet: A1, C3 and 60. RGB value is (161,195,96). Sum of RGB (Red+Green+Blue) = 161+195+96=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C360 is #5E3C9F. Grayscale: #ADADAD. Windows color (decimal): -6175904 or 6341537. OLE color: 6341537.

HSL color Cylindrical-coordinate representation of color #A1C360: hue angle of 80.61º 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 #A1C360 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 96 -
CMYK 0.17 0 0.51 0.24
HSL 80.61º 0.45% 0.57% -
HSV(B) 80.61º 0.51% 0.76% -
XYZ 36.32 47.45 18.31 -
YUV 173.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 161 195 96 0.17 0 0.51 0.24 80.61 0.45 0.57
Hex A1 C3 60 11 0 33 18 51 2D 39
Octal 241 303 140 21 0 63 30 121 55 71
Binary 10100001 11000011 1100000 10001 0 110011 11000 1010001 101101 111001

Color Harmonies of #A1C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C360

Black with #A1C360

Text Example


Text Example

White with #A1C360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C360; }

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

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

background-color css

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

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

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

border-color css

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

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

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