#10BE03

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

Shades of Islamic Green #10BE03

Tints of Islamic Green #10BE03

Color information

#10BE03 (or 0x10BE03) is unknown color: approx Islamic Green. HEX triplet: 10, BE and 03. RGB value is (16,190,3). Sum of RGB (Red+Green+Blue) = 16+190+3=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 190 (74.61% from 255 or 90.91% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BE03 is #EF41FC. Grayscale: #757575. Windows color (decimal): -15679997 or 245264. OLE color: 245264.

HSL color Cylindrical-coordinate representation of color #10BE03: hue angle of 115.83º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10BE03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB161903-
CMYK0.9200.980.25
HSL115.83º96.89%37.84%-
HSV(B)115.83º98.42%74.51%-
XYZ18.6436.946.23-
YUV116.6663.8556.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 190 (74.61% from 255) = 90.91%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=7.66%
G=90.91%
B=1.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1619030.9200.980.25115.8396.8937.84
Hex10BE35C06219746126
Octal20276313401423116414146
Binary1000010111110111011100011000101100111101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,190,3); }

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

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

 a { background-color: rgb(16,190,3); }

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

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

 span { border-color: rgb(16,190,3); }

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