Html Css Color HEX #A1C56E Olivine

📋 copy color: '#A1C56E'

red 161 ◦ green 197 ◦ blue 110

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

Shades of Olivine #A1C56E

Tints of Olivine #A1C56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.09%

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 34.4%
G = 42.09%
B = 23.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#A1C56E (or 0xA1C56E) is known color: Olivine. HEX triplet: A1, C5 and 6E. RGB value is (161,197,110). Sum of RGB (Red+Green+Blue) = 161+197+110=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C56E is #5E3A91. Grayscale: #B0B0B0. Windows color (decimal): -6175378 or 7259553. OLE color: 7259553.

HSL color Cylindrical-coordinate representation of color #A1C56E: hue angle of 84.83º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1C56E is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 197 110 -
CMYK 0.18 0 0.44 0.23
HSL 84.83º 0.43% 0.6% -
HSV(B) 84.83º 0.44% 0.77% -
XYZ 37.48 48.64 22.16 -
YUV 176.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 161 197 110 0.18 0 0.44 0.23 84.83 0.43 0.6
Hex A1 C5 6E 12 0 2C 17 55 2B 3C
Octal 241 305 156 22 0 54 27 125 53 74
Binary 10100001 11000101 1101110 10010 0 101100 10111 1010101 101011 111100

Color Harmonies of #A1C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C56E

Black with #A1C56E

Text Example


Text Example

White with #A1C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C56E; }

 p { color: rgb(161,197,110); }

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

background-color css

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

 a { background-color: rgb(161,197,110); }

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

border-color css

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

 span { border-color: rgb(161,197,110); }

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