Html Css Color HEX #A1C66D Olivine

📋 copy color: '#A1C66D'

red 161 ◦ green 198 ◦ blue 109

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

Shades of Olivine #A1C66D

Tints of Olivine #A1C66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.31%

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

R = 34.4%
G = 42.31%
B = 23.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#A1C66D (or 0xA1C66D) is known color: Olivine. HEX triplet: A1, C6 and 6D. RGB value is (161,198,109). Sum of RGB (Red+Green+Blue) = 161+198+109=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C66D is #5E3992. Grayscale: #B1B1B1. Windows color (decimal): -6175123 or 7194273. OLE color: 7194273.

HSL color Cylindrical-coordinate representation of color #A1C66D: hue angle of 84.94º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1C66D is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 198 109 -
CMYK 0.19 0 0.45 0.22
HSL 84.94º 0.44% 0.6% -
HSV(B) 84.94º 0.45% 0.78% -
XYZ 37.65 49.07 21.95 -
YUV 176.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 161 198 109 0.19 0 0.45 0.22 84.94 0.44 0.6
Hex A1 C6 6D 13 0 2D 16 55 2C 3C
Octal 241 306 155 23 0 55 26 125 54 74
Binary 10100001 11000110 1101101 10011 0 101101 10110 1010101 101100 111100

Color Harmonies of #A1C66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C66D

Black with #A1C66D

Text Example


Text Example

White with #A1C66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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