Html Css Color HEX #A1C96A Olivine

📋 copy color: '#A1C96A'

red 161 ◦ green 201 ◦ blue 106

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

Shades of Olivine #A1C96A

Tints of Olivine #A1C96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.65%

R = 34.4%
G = 42.95%
B = 22.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A1C96A (or 0xA1C96A) is known color: Olivine. HEX triplet: A1, C9 and 6A. RGB value is (161,201,106). Sum of RGB (Red+Green+Blue) = 161+201+106=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C96A is #5E3695. Grayscale: #B2B2B2. Windows color (decimal): -6174358 or 6998433. OLE color: 6998433.

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

Color convert

RGB 161 201 106 -
CMYK 0.20 0 0.47 0.21
HSL 85.26º 0.47% 0.6% -
HSV(B) 85.26º 0.47% 0.79% -
XYZ 38.19 50.39 21.35 -
YUV 178.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 161 201 106 0.20 0 0.47 0.21 85.26 0.47 0.6
Hex A1 C9 6A 14 0 2F 15 55 2F 3C
Octal 241 311 152 24 0 57 25 125 57 74
Binary 10100001 11001001 1101010 10100 0 101111 10101 1010101 101111 111100

Color Harmonies of #A1C96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C96A

Black with #A1C96A

Text Example


Text Example

White with #A1C96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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