#A4D26D

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

Shades of Olivine #A4D26D

Tints of Olivine #A4D26D

Color information

#A4D26D (or 0xA4D26D) is unknown color: approx Olivine. HEX triplet: A4, D2 and 6D. RGB value is (164,210,109). Sum of RGB (Red+Green+Blue) = 164+210+109=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D26D is #5B2D92. Grayscale: #B9B9B9. Windows color (decimal): -5975443 or 7197348. OLE color: 7197348.

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

Color convert

RGB164210109-
CMYK0.2200.480.18
HSL87.33º52.88%62.55%-
HSV(B)87.33º48.1%82.35%-
XYZ41.1255.0922.93-
YUV184.7385.26113.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=33.95%
G=43.48%
B=22.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642101090.2200.480.1887.3352.8862.55
HexA4D26D160301257353f
Octal24432215526060221276577
Binary10100100110100101101101101100110000100101010111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D26D; }

 p { color: rgb(164,210,109); }

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

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

 a { background-color: rgb(164,210,109); }

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

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

 span { border-color: rgb(164,210,109); }

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