Html Css Color HEX #A1C970 Olivine

📋 copy color: '#A1C970'

red 161 ◦ green 201 ◦ blue 112

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

Shades of Olivine #A1C970

Tints of Olivine #A1C970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 112 (44.14% from 255) = 23.63%

R = 33.97%
G = 42.41%
B = 23.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A1C970 (or 0xA1C970) is known color: Olivine. HEX triplet: A1, C9 and 70. RGB value is (161,201,112). Sum of RGB (Red+Green+Blue) = 161+201+112=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C970 is #5E368F. Grayscale: #B3B3B3. Windows color (decimal): -6174352 or 7391649. OLE color: 7391649.

HSL color Cylindrical-coordinate representation of color #A1C970: hue angle of 86.97º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1C970 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 201 112 -
CMYK 0.20 0 0.44 0.21
HSL 86.97º 0.45% 0.61% -
HSV(B) 86.97º 0.44% 0.79% -
XYZ 38.51 50.52 23.05 -
YUV 178.89 90.25 115.24 -
System Red Green Blue C M Y K H S L
Decimal 161 201 112 0.20 0 0.44 0.21 86.97 0.45 0.61
Hex A1 C9 70 14 0 2C 15 57 2D 3D
Octal 241 311 160 24 0 54 25 127 55 75
Binary 10100001 11001001 1110000 10100 0 101100 10101 1010111 101101 111101

Color Harmonies of #A1C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C970

Black with #A1C970

Text Example


Text Example

White with #A1C970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C970; }

 p { color: rgb(161,201,112); }

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

background-color css

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

 a { background-color: rgb(161,201,112); }

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

border-color css

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

 span { border-color: rgb(161,201,112); }

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