Html Css Color HEX #A1C15F Olivine

📋 copy color: '#A1C15F'

red 161 ◦ green 193 ◦ blue 95

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

Shades of Olivine #A1C15F

Tints of Olivine #A1C15F

RGB

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

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

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

R = 35.86%
G = 42.98%
B = 21.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#A1C15F (or 0xA1C15F) is known color: Olivine. HEX triplet: A1, C1 and 5F. RGB value is (161,193,95). Sum of RGB (Red+Green+Blue) = 161+193+95=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C15F is #5E3EA0. Grayscale: #ACACAC. Windows color (decimal): -6176417 or 6275489. OLE color: 6275489.

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

Color convert

RGB 161 193 95 -
CMYK 0.17 0 0.51 0.24
HSL 79.59º 0.44% 0.56% -
HSV(B) 79.59º 0.51% 0.76% -
XYZ 35.83 46.54 17.92 -
YUV 172.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 161 193 95 0.17 0 0.51 0.24 79.59 0.44 0.56
Hex A1 C1 5F 11 0 33 18 50 2C 38
Octal 241 301 137 21 0 63 30 120 54 70
Binary 10100001 11000001 1011111 10001 0 110011 11000 1010000 101100 111000

Color Harmonies of #A1C15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C15F

Black with #A1C15F

Text Example


Text Example

White with #A1C15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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