Html Css Color HEX #A1C266 Olivine

📋 copy color: '#A1C266'

red 161 ◦ green 194 ◦ blue 102

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

Shades of Olivine #A1C266

Tints of Olivine #A1C266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 35.23%
G = 42.45%
B = 22.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#A1C266 (or 0xA1C266) is known color: Olivine. HEX triplet: A1, C2 and 66. RGB value is (161,194,102). Sum of RGB (Red+Green+Blue) = 161+194+102=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C266 is #5E3D99. Grayscale: #ADADAD. Windows color (decimal): -6176154 or 6734497. OLE color: 6734497.

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

Color convert

RGB 161 194 102 -
CMYK 0.17 0 0.47 0.24
HSL 81.52º 0.43% 0.58% -
HSV(B) 81.52º 0.47% 0.76% -
XYZ 36.39 47.12 19.75 -
YUV 173.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 161 194 102 0.17 0 0.47 0.24 81.52 0.43 0.58
Hex A1 C2 66 11 0 2F 18 52 2B 3A
Octal 241 302 146 21 0 57 30 122 53 72
Binary 10100001 11000010 1100110 10001 0 101111 11000 1010010 101011 111010

Color Harmonies of #A1C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C266

Black with #A1C266

Text Example


Text Example

White with #A1C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C266; }

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

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

background-color css

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

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

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

border-color css

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

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

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