Html Css Color HEX #A1C863 Olivine

📋 copy color: '#A1C863'

red 161 ◦ green 200 ◦ blue 99

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

Shades of Olivine #A1C863

Tints of Olivine #A1C863

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 35%
G = 43.48%
B = 21.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#A1C863 (or 0xA1C863) is known color: Olivine. HEX triplet: A1, C8 and 63. RGB value is (161,200,99). Sum of RGB (Red+Green+Blue) = 161+200+99=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C863 is #5E379C. Grayscale: #B1B1B1. Windows color (decimal): -6174621 or 6539425. OLE color: 6539425.

HSL color Cylindrical-coordinate representation of color #A1C863: hue angle of 83.17º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1C863 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 200 99 -
CMYK 0.19 0 0.50 0.22
HSL 83.17º 0.48% 0.59% -
HSV(B) 83.17º 0.51% 0.78% -
XYZ 37.6 49.79 19.43 -
YUV 176.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 161 200 99 0.19 0 0.50 0.22 83.17 0.48 0.59
Hex A1 C8 63 13 0 32 16 53 30 3B
Octal 241 310 143 23 0 62 26 123 60 73
Binary 10100001 11001000 1100011 10011 0 110010 10110 1010011 110000 111011

Color Harmonies of #A1C863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C863

Black with #A1C863

Text Example


Text Example

White with #A1C863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C863; }

 p { color: rgb(161,200,99); }

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

background-color css

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

 a { background-color: rgb(161,200,99); }

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

border-color css

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

 span { border-color: rgb(161,200,99); }

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