Html Css Color HEX #A3C260 Olivine

📋 copy color: '#A3C260'

red 163 ◦ green 194 ◦ blue 96

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

Shades of Olivine #A3C260

Tints of Olivine #A3C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

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

R = 35.98%
G = 42.83%
B = 21.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#A3C260 (or 0xA3C260) is known color: Olivine. HEX triplet: A3, C2 and 60. RGB value is (163,194,96). Sum of RGB (Red+Green+Blue) = 163+194+96=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C260 is #5C3D9F. Grayscale: #ADADAD. Windows color (decimal): -6045088 or 6341283. OLE color: 6341283.

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

Color convert

RGB 163 194 96 -
CMYK 0.16 0 0.51 0.24
HSL 78.98º 0.45% 0.57% -
HSV(B) 78.98º 0.51% 0.76% -
XYZ 36.51 47.21 18.26 -
YUV 173.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 163 194 96 0.16 0 0.51 0.24 78.98 0.45 0.57
Hex A3 C2 60 10 0 33 18 4F 2D 39
Octal 243 302 140 20 0 63 30 117 55 71
Binary 10100011 11000010 1100000 10000 0 110011 11000 1001111 101101 111001

Color Harmonies of #A3C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C260

Black with #A3C260

Text Example


Text Example

White with #A3C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C260; }

 p { color: rgb(163,194,96); }

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

background-color css

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

 a { background-color: rgb(163,194,96); }

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

border-color css

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

 span { border-color: rgb(163,194,96); }

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