Html Css Color HEX #A1C872 Olivine

📋 copy color: '#A1C872'

red 161 ◦ green 200 ◦ blue 114

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

Shades of Olivine #A1C872

Tints of Olivine #A1C872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.11%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 33.89%
G = 42.11%
B = 24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#A1C872 (or 0xA1C872) is known color: Olivine. HEX triplet: A1, C8 and 72. RGB value is (161,200,114). Sum of RGB (Red+Green+Blue) = 161+200+114=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C872 is #5E378D. Grayscale: #B2B2B2. Windows color (decimal): -6174606 or 7522465. OLE color: 7522465.

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

Color convert

RGB 161 200 114 -
CMYK 0.19 0 0.43 0.22
HSL 87.21º 0.44% 0.62% -
HSV(B) 87.21º 0.43% 0.78% -
XYZ 38.39 50.1 23.57 -
YUV 178.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 161 200 114 0.19 0 0.43 0.22 87.21 0.44 0.62
Hex A1 C8 72 13 0 2B 16 57 2C 3E
Octal 241 310 162 23 0 53 26 127 54 76
Binary 10100001 11001000 1110010 10011 0 101011 10110 1010111 101100 111110

Color Harmonies of #A1C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C872

Black with #A1C872

Text Example


Text Example

White with #A1C872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C872; }

 p { color: rgb(161,200,114); }

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

background-color css

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

 a { background-color: rgb(161,200,114); }

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

border-color css

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

 span { border-color: rgb(161,200,114); }

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