Html Css Color HEX #A3CA6F Olivine

📋 copy color: '#A3CA6F'

red 163 ◦ green 202 ◦ blue 111

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

Shades of Olivine #A3CA6F

Tints of Olivine #A3CA6F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.44%

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

R = 34.24%
G = 42.44%
B = 23.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#A3CA6F (or 0xA3CA6F) is known color: Olivine. HEX triplet: A3, CA and 6F. RGB value is (163,202,111). Sum of RGB (Red+Green+Blue) = 163+202+111=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA6F is #5C3590. Grayscale: #B4B4B4. Windows color (decimal): -6043025 or 7326371. OLE color: 7326371.

HSL color Cylindrical-coordinate representation of color #A3CA6F: hue angle of 85.71º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3CA6F is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 202 111 -
CMYK 0.19 0 0.45 0.21
HSL 85.71º 0.46% 0.61% -
HSV(B) 85.71º 0.45% 0.79% -
XYZ 39.09 51.18 22.86 -
YUV 179.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 163 202 111 0.19 0 0.45 0.21 85.71 0.46 0.61
Hex A3 CA 6F 13 0 2D 15 56 2E 3D
Octal 243 312 157 23 0 55 25 126 56 75
Binary 10100011 11001010 1101111 10011 0 101101 10101 1010110 101110 111101

Color Harmonies of #A3CA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA6F

Black with #A3CA6F

Text Example


Text Example

White with #A3CA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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