#A1D26B

Color #A1D26B Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A1D26B

Tints of Olivine #A1D26B

Color information

#A1D26B (or 0xA1D26B) is unknown color: approx Olivine. HEX triplet: A1, D2 and 6B. RGB value is (161,210,107). Sum of RGB (Red+Green+Blue) = 161+210+107=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D26B is #5E2D94. Grayscale: #B7B7B7. Windows color (decimal): -6172053 or 7066273. OLE color: 7066273.

HSL color Cylindrical-coordinate representation of color #A1D26B: hue angle of 88.54º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1D26B is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB161210107-
CMYK0.2300.490.18
HSL88.54º53.37%62.16%-
HSV(B)88.54º49.05%82.35%-
XYZ40.454.7322.34-
YUV183.6184.77111.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 107 (42.19% from 255) = 22.38%
R=33.68%
G=43.93%
B=22.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101070.2300.490.1888.5453.3762.16
HexA1D26B170311259353e
Octal24132215327061221316576
Binary10100001110100101101011101110110001100101011001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D26B; }

 p { color: rgb(161,210,107); }

 H1.HeaderClassName
 {
   color: #A1D26B;
 }
 .AnyTagClassName
 {
   color: #A1D26B;
 }
</style>
background-color css

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

 a { background-color: rgb(161,210,107); }

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

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

 span { border-color: rgb(161,210,107); }

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