#a4d36b

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

Shades of Olivine #A4D36B

Tints of Olivine #A4D36B

Color information

#A4D36B (or 0xA4D36B) is unknown color: approx Olivine. HEX triplet: A4, D3 and 6B. RGB value is (164,211,107). Sum of RGB (Red+Green+Blue) = 164+211+107=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D36B is #5B2C94. Grayscale: #B9B9B9. Windows color (decimal): -5975189 or 7066532. OLE color: 7066532.

HSL color Cylindrical-coordinate representation of color #A4D36B: hue angle of 87.12º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4D36B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB164211107-
CMYK0.2200.490.17
HSL87.12º54.17%62.35%-
HSV(B)87.12º49.29%82.75%-
XYZ41.2655.5422.46-
YUV185.0983.93112.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 211 (82.81% from 255) = 43.78%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=34.02%
G=43.78%
B=22.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642111070.2200.490.1787.1254.1762.35
HexA4D36B160311157363e
Octal24432315326061211276676
Binary10100100110100111101011101100110001100011010111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4d36b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4d36b; }

 p { color: rgb(164,211,107); }

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

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

 a { background-color: rgb(164,211,107); }

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

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

 span { border-color: rgb(164,211,107); }

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