#16AB02

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

Shades of Islamic Green #16AB02

Tints of Islamic Green #16AB02

Color information

#16AB02 (or 0x16AB02) is unknown color: approx Islamic Green. HEX triplet: 16, AB and 02. RGB value is (22,171,2). Sum of RGB (Red+Green+Blue) = 22+171+2=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 171 (67.19% from 255 or 87.69% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 171 - color contains mainly: green. Hex color #16AB02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16AB02 is #E954FD. Grayscale: #6B6B6B. Windows color (decimal): -15291646 or 174870. OLE color: 174870.

HSL color Cylindrical-coordinate representation of color #16AB02: hue angle of 112.9º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16AB02 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB221712-
CMYK0.8700.990.33
HSL112.9º97.69%33.92%-
HSV(B)112.9º98.83%67.06%-
XYZ14.929.34.93-
YUV107.1868.6467.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 171 (67.19% from 255) = 87.69%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=11.28%
G=87.69%
B=1.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2217120.8700.990.33112.997.6933.92
Hex16AB25706321716222
Octal26253212701434116114242
Binary10110101010111010101110110001110000111100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16AB02; }

 p { color: rgb(22,171,2); }

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

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

 a { background-color: rgb(22,171,2); }

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

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

 span { border-color: rgb(22,171,2); }

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