Html Css Color HEX #A3C16F Olivine

📋 copy color: '#A3C16F'

red 163 ◦ green 193 ◦ blue 111

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

Shades of Olivine #A3C16F

Tints of Olivine #A3C16F

RGB

 RED value IS 163 (64.06% from 255) = 34.9%

 GREEN value IS 193 (75.78% from 255) = 41.33%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 34.9%
G = 41.33%
B = 23.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#A3C16F (or 0xA3C16F) is known color: Olivine. HEX triplet: A3, C1 and 6F. RGB value is (163,193,111). Sum of RGB (Red+Green+Blue) = 163+193+111=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C16F is #5C3E90. Grayscale: #AEAEAE. Windows color (decimal): -6045329 or 7324067. OLE color: 7324067.

HSL color Cylindrical-coordinate representation of color #A3C16F: hue angle of 81.95º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3C16F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 193 111 -
CMYK 0.16 0 0.42 0.24
HSL 81.95º 0.4% 0.6% -
HSV(B) 81.95º 0.42% 0.76% -
XYZ 37.04 47.07 22.17 -
YUV 174.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 163 193 111 0.16 0 0.42 0.24 81.95 0.4 0.6
Hex A3 C1 6F 10 0 2A 18 52 28 3C
Octal 243 301 157 20 0 52 30 122 50 74
Binary 10100011 11000001 1101111 10000 0 101010 11000 1010010 101000 111100

Color Harmonies of #A3C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C16F

Black with #A3C16F

Text Example


Text Example

White with #A3C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C16F; }

 p { color: rgb(163,193,111); }

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

background-color css

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

 a { background-color: rgb(163,193,111); }

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

border-color css

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

 span { border-color: rgb(163,193,111); }

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