Html Css Color HEX #A1C36D Olivine

📋 copy color: '#A1C36D'

red 161 ◦ green 195 ◦ blue 109

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

Shades of Olivine #A1C36D

Tints of Olivine #A1C36D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.94%

 BLUE value IS 109 (42.97% from 255) = 23.44%

R = 34.62%
G = 41.94%
B = 23.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A1C36D (or 0xA1C36D) is known color: Olivine. HEX triplet: A1, C3 and 6D. RGB value is (161,195,109). Sum of RGB (Red+Green+Blue) = 161+195+109=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C36D is #5E3C92. Grayscale: #AFAFAF. Windows color (decimal): -6175891 or 7193505. OLE color: 7193505.

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

Color convert

RGB 161 195 109 -
CMYK 0.17 0 0.44 0.24
HSL 83.72º 0.42% 0.6% -
HSV(B) 83.72º 0.44% 0.76% -
XYZ 36.97 47.71 21.73 -
YUV 175.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 161 195 109 0.17 0 0.44 0.24 83.72 0.42 0.6
Hex A1 C3 6D 11 0 2C 18 54 2A 3C
Octal 241 303 155 21 0 54 30 124 52 74
Binary 10100001 11000011 1101101 10001 0 101100 11000 1010100 101010 111100

Color Harmonies of #A1C36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C36D

Black with #A1C36D

Text Example


Text Example

White with #A1C36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C36D; }

 p { color: rgb(161,195,109); }

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

background-color css

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

 a { background-color: rgb(161,195,109); }

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

border-color css

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

 span { border-color: rgb(161,195,109); }

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