Html Css Color HEX #A1C475 Olivine

📋 copy color: '#A1C475'

red 161 ◦ green 196 ◦ blue 117

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

Shades of Olivine #A1C475

Tints of Olivine #A1C475

RGB

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

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

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

R = 33.97%
G = 41.35%
B = 24.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#A1C475 (or 0xA1C475) is known color: Olivine. HEX triplet: A1, C4 and 75. RGB value is (161,196,117). Sum of RGB (Red+Green+Blue) = 161+196+117=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C475 is #5E3B8A. Grayscale: #B0B0B0. Windows color (decimal): -6175627 or 7718049. OLE color: 7718049.

HSL color Cylindrical-coordinate representation of color #A1C475: hue angle of 86.58º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C475 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 117 -
CMYK 0.18 0 0.40 0.23
HSL 86.58º 0.4% 0.61% -
HSV(B) 86.58º 0.4% 0.77% -
XYZ 37.65 48.34 24.18 -
YUV 176.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 161 196 117 0.18 0 0.40 0.23 86.58 0.4 0.61
Hex A1 C4 75 12 0 28 17 57 28 3D
Octal 241 304 165 22 0 50 27 127 50 75
Binary 10100001 11000100 1110101 10010 0 101000 10111 1010111 101000 111101

Color Harmonies of #A1C475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C475

Black with #A1C475

Text Example


Text Example

White with #A1C475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C475; }

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

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

background-color css

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

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

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

border-color css

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

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

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