Html Css Color HEX #A1C15D Olivine

📋 copy color: '#A1C15D'

red 161 ◦ green 193 ◦ blue 93

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

Shades of Olivine #A1C15D

Tints of Olivine #A1C15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 36.02%
G = 43.18%
B = 20.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#A1C15D (or 0xA1C15D) is known color: Olivine. HEX triplet: A1, C1 and 5D. RGB value is (161,193,93). Sum of RGB (Red+Green+Blue) = 161+193+93=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C15D is #5E3EA2. Grayscale: #ACACAC. Windows color (decimal): -6176419 or 6144417. OLE color: 6144417.

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

Color convert

RGB 161 193 93 -
CMYK 0.17 0 0.52 0.24
HSL 79.2º 0.45% 0.56% -
HSV(B) 79.2º 0.52% 0.76% -
XYZ 35.74 46.51 17.45 -
YUV 172.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 161 193 93 0.17 0 0.52 0.24 79.2 0.45 0.56
Hex A1 C1 5D 11 0 34 18 4F 2D 38
Octal 241 301 135 21 0 64 30 117 55 70
Binary 10100001 11000001 1011101 10001 0 110100 11000 1001111 101101 111000

Color Harmonies of #A1C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C15D

Black with #A1C15D

Text Example


Text Example

White with #A1C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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