Html Css Color HEX #A1C15E Olivine

📋 copy color: '#A1C15E'

red 161 ◦ green 193 ◦ blue 94

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

Shades of Olivine #A1C15E

Tints of Olivine #A1C15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 35.94%
G = 43.08%
B = 20.98%

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

#A1C15E (or 0xA1C15E) is known color: Olivine. HEX triplet: A1, C1 and 5E. RGB value is (161,193,94). Sum of RGB (Red+Green+Blue) = 161+193+94=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C15E is #5E3EA1. Grayscale: #ACACAC. Windows color (decimal): -6176418 or 6209953. OLE color: 6209953.

HSL color Cylindrical-coordinate representation of color #A1C15E: hue angle of 79.39º 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 #A1C15E is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 94 -
CMYK 0.17 0 0.51 0.24
HSL 79.39º 0.44% 0.56% -
HSV(B) 79.39º 0.51% 0.76% -
XYZ 35.79 46.53 17.68 -
YUV 172.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 161 193 94 0.17 0 0.51 0.24 79.39 0.44 0.56
Hex A1 C1 5E 11 0 33 18 4F 2C 38
Octal 241 301 136 21 0 63 30 117 54 70
Binary 10100001 11000001 1011110 10001 0 110011 11000 1001111 101100 111000

Color Harmonies of #A1C15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C15E

Black with #A1C15E

Text Example


Text Example

White with #A1C15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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