#A7D26B

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

Shades of Olivine #A7D26B

Tints of Olivine #A7D26B

Color information

#A7D26B (or 0xA7D26B) is unknown color: approx Olivine. HEX triplet: A7, D2 and 6B. RGB value is (167,210,107). Sum of RGB (Red+Green+Blue) = 167+210+107=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D26B is #582D94. Grayscale: #B9B9B9. Windows color (decimal): -5778837 or 7066279. OLE color: 7066279.

HSL color Cylindrical-coordinate representation of color #A7D26B: hue angle of 85.05º 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 #A7D26B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB167210107-
CMYK0.2000.490.18
HSL85.05º53.37%62.16%-
HSV(B)85.05º49.05%82.35%-
XYZ41.6455.3722.4-
YUV185.483.75114.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 210 (82.42% from 255) = 43.39%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=34.50%
G=43.39%
B=22.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672101070.2000.490.1885.0553.3762.16
HexA7D26B140311255353e
Octal24732215324061221256576
Binary10100111110100101101011101000110001100101010101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D26B; }

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

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

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

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

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

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

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

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