Html Css Color HEX #A1C763 Olivine

📋 copy color: '#A1C763'

red 161 ◦ green 199 ◦ blue 99

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

Shades of Olivine #A1C763

Tints of Olivine #A1C763

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.36%

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

R = 35.08%
G = 43.36%
B = 21.57%

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

#A1C763 (or 0xA1C763) is known color: Olivine. HEX triplet: A1, C7 and 63. RGB value is (161,199,99). Sum of RGB (Red+Green+Blue) = 161+199+99=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C763 is #5E389C. Grayscale: #B0B0B0. Windows color (decimal): -6174877 or 6539169. OLE color: 6539169.

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

Color convert

RGB 161 199 99 -
CMYK 0.19 0 0.50 0.22
HSL 82.8º 0.47% 0.58% -
HSV(B) 82.8º 0.5% 0.78% -
XYZ 37.37 49.32 19.36 -
YUV 176.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 161 199 99 0.19 0 0.50 0.22 82.8 0.47 0.58
Hex A1 C7 63 13 0 32 16 53 2F 3A
Octal 241 307 143 23 0 62 26 123 57 72
Binary 10100001 11000111 1100011 10011 0 110010 10110 1010011 101111 111010

Color Harmonies of #A1C763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C763

Black with #A1C763

Text Example


Text Example

White with #A1C763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C763; }

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

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

background-color css

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

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

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

border-color css

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

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

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