Html Css Color HEX #A3C468 Olivine

📋 copy color: '#A3C468'

red 163 ◦ green 196 ◦ blue 104

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

Shades of Olivine #A3C468

Tints of Olivine #A3C468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.33%

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 35.21%
G = 42.33%
B = 22.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#A3C468 (or 0xA3C468) is known color: Olivine. HEX triplet: A3, C4 and 68. RGB value is (163,196,104). Sum of RGB (Red+Green+Blue) = 163+196+104=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C468 is #5C3B97. Grayscale: #AFAFAF. Windows color (decimal): -6044568 or 6866083. OLE color: 6866083.

HSL color Cylindrical-coordinate representation of color #A3C468: hue angle of 81.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3C468 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 196 104 -
CMYK 0.17 0 0.47 0.23
HSL 81.52º 0.44% 0.59% -
HSV(B) 81.52º 0.47% 0.77% -
XYZ 37.34 48.27 20.44 -
YUV 175.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 163 196 104 0.17 0 0.47 0.23 81.52 0.44 0.59
Hex A3 C4 68 11 0 2F 17 52 2C 3B
Octal 243 304 150 21 0 57 27 122 54 73
Binary 10100011 11000100 1101000 10001 0 101111 10111 1010010 101100 111011

Color Harmonies of #A3C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C468

Black with #A3C468

Text Example


Text Example

White with #A3C468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C468; }

 p { color: rgb(163,196,104); }

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

background-color css

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

 a { background-color: rgb(163,196,104); }

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

border-color css

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

 span { border-color: rgb(163,196,104); }

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