Html Css Color HEX #A1C27D Olivine

📋 copy color: '#A1C27D'

red 161 ◦ green 194 ◦ blue 125

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

Shades of Olivine #A1C27D

Tints of Olivine #A1C27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 33.54%
G = 40.42%
B = 26.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#A1C27D (or 0xA1C27D) is known color: Olivine. HEX triplet: A1, C2 and 7D. RGB value is (161,194,125). Sum of RGB (Red+Green+Blue) = 161+194+125=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C27D is #5E3D82. Grayscale: #B0B0B0. Windows color (decimal): -6176131 or 8241825. OLE color: 8241825.

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

Color convert

RGB 161 194 125 -
CMYK 0.17 0 0.36 0.24
HSL 88.7º 0.36% 0.63% -
HSV(B) 88.7º 0.36% 0.76% -
XYZ 37.69 47.64 26.61 -
YUV 176.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 161 194 125 0.17 0 0.36 0.24 88.7 0.36 0.63
Hex A1 C2 7D 11 0 24 18 59 24 3F
Octal 241 302 175 21 0 44 30 131 44 77
Binary 10100001 11000010 1111101 10001 0 100100 11000 1011001 100100 111111

Color Harmonies of #A1C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C27D

Black with #A1C27D

Text Example


Text Example

White with #A1C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C27D; }

 p { color: rgb(161,194,125); }

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

background-color css

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

 a { background-color: rgb(161,194,125); }

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

border-color css

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

 span { border-color: rgb(161,194,125); }

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