Html Css Color HEX #A3C35F Olivine

📋 copy color: '#A3C35F'

red 163 ◦ green 195 ◦ blue 95

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

Shades of Olivine #A3C35F

Tints of Olivine #A3C35F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 35.98%
G = 43.05%
B = 20.97%

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

#A3C35F (or 0xA3C35F) is known color: Olivine. HEX triplet: A3, C3 and 5F. RGB value is (163,195,95). Sum of RGB (Red+Green+Blue) = 163+195+95=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C35F is #5C3CA0. Grayscale: #AEAEAE. Windows color (decimal): -6044833 or 6276003. OLE color: 6276003.

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

Color convert

RGB 163 195 95 -
CMYK 0.16 0 0.51 0.24
HSL 79.2º 0.45% 0.57% -
HSV(B) 79.2º 0.51% 0.76% -
XYZ 36.68 47.64 18.09 -
YUV 174.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 163 195 95 0.16 0 0.51 0.24 79.2 0.45 0.57
Hex A3 C3 5F 10 0 33 18 4F 2D 39
Octal 243 303 137 20 0 63 30 117 55 71
Binary 10100011 11000011 1011111 10000 0 110011 11000 1001111 101101 111001

Color Harmonies of #A3C35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C35F

Black with #A3C35F

Text Example


Text Example

White with #A3C35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C35F; }

 p { color: rgb(163,195,95); }

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

background-color css

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

 a { background-color: rgb(163,195,95); }

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

border-color css

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

 span { border-color: rgb(163,195,95); }

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