#10BC02

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

Shades of Islamic Green #10BC02

Tints of Islamic Green #10BC02

Color information

#10BC02 (or 0x10BC02) is unknown color: approx Islamic Green. HEX triplet: 10, BC and 02. RGB value is (16,188,2). Sum of RGB (Red+Green+Blue) = 16+188+2=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 188 (73.83% from 255 or 91.26% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BC02 is #EF43FD. Grayscale: #737373. Windows color (decimal): -15680510 or 179216. OLE color: 179216.

HSL color Cylindrical-coordinate representation of color #10BC02: hue angle of 115.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10BC02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB161882-
CMYK0.9100.990.26
HSL115.48º97.89%37.25%-
HSV(B)115.48º98.94%73.73%-
XYZ18.2136.086.06-
YUV115.3764.0257.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 188 (73.83% from 255) = 91.26%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=7.77%
G=91.26%
B=0.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1618820.9100.990.26115.4897.8937.25
Hex10BC25B0631A736225
Octal20274213301433216314245
Binary1000010111100101011011011000111101011100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10BC02; }

 p { color: rgb(16,188,2); }

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

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

 a { background-color: rgb(16,188,2); }

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

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

 span { border-color: rgb(16,188,2); }

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