Html Css Color HEX #A1C175 Olivine

📋 copy color: '#A1C175'

red 161 ◦ green 193 ◦ blue 117

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

Shades of Olivine #A1C175

Tints of Olivine #A1C175

RGB

 RED value IS 161 (63.28% from 255) = 34.18%

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

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 34.18%
G = 40.98%
B = 24.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#A1C175 (or 0xA1C175) is known color: Olivine. HEX triplet: A1, C1 and 75. RGB value is (161,193,117). Sum of RGB (Red+Green+Blue) = 161+193+117=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C175 is #5E3E8A. Grayscale: #AFAFAF. Windows color (decimal): -6176395 or 7717281. OLE color: 7717281.

HSL color Cylindrical-coordinate representation of color #A1C175: hue angle of 85.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1C175 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 117 -
CMYK 0.17 0 0.39 0.24
HSL 85.26º 0.38% 0.61% -
HSV(B) 85.26º 0.39% 0.76% -
XYZ 36.98 47 23.95 -
YUV 174.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 161 193 117 0.17 0 0.39 0.24 85.26 0.38 0.61
Hex A1 C1 75 11 0 27 18 55 26 3D
Octal 241 301 165 21 0 47 30 125 46 75
Binary 10100001 11000001 1110101 10001 0 100111 11000 1010101 100110 111101

Color Harmonies of #A1C175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C175

Black with #A1C175

Text Example


Text Example

White with #A1C175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C175; }

 p { color: rgb(161,193,117); }

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

background-color css

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

 a { background-color: rgb(161,193,117); }

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

border-color css

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

 span { border-color: rgb(161,193,117); }

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