Html Css Color HEX #A1C07F Olivine

📋 copy color: '#A1C07F'

red 161 ◦ green 192 ◦ blue 127

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

Shades of Olivine #A1C07F

Tints of Olivine #A1C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

 BLUE value IS 127 (50% from 255) = 26.46%

R = 33.54%
G = 40%
B = 26.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#A1C07F (or 0xA1C07F) is known color: Olivine. HEX triplet: A1, C0 and 7F. RGB value is (161,192,127). Sum of RGB (Red+Green+Blue) = 161+192+127=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C07F is #5E3F80. Grayscale: #AFAFAF. Windows color (decimal): -6176641 or 8372385. OLE color: 8372385.

HSL color Cylindrical-coordinate representation of color #A1C07F: hue angle of 88.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1C07F is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 127 -
CMYK 0.16 0 0.34 0.25
HSL 88.62º 0.34% 0.63% -
HSV(B) 88.62º 0.34% 0.75% -
XYZ 37.38 46.81 27.14 -
YUV 175.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 161 192 127 0.16 0 0.34 0.25 88.62 0.34 0.63
Hex A1 C0 7F 10 0 22 19 59 22 3F
Octal 241 300 177 20 0 42 31 131 42 77
Binary 10100001 11000000 1111111 10000 0 100010 11001 1011001 100010 111111

Color Harmonies of #A1C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C07F

Black with #A1C07F

Text Example


Text Example

White with #A1C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C07F; }

 p { color: rgb(161,192,127); }

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

background-color css

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

 a { background-color: rgb(161,192,127); }

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

border-color css

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

 span { border-color: rgb(161,192,127); }

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