Html Css Color HEX #10BC01 Islamic Green

📋 copy color: '#10BC01'

red 16 ◦ green 188 ◦ blue 1

#10BC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #10BC01

Tints of Islamic Green #10BC01

RGB

 RED value IS 16 (6.64% from 255) = 7.8%

 GREEN value IS 188 (73.83% from 255) = 91.71%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 7.8%
G = 91.71%
B = 0.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#10BC01 (or 0x10BC01) is known color: Islamic Green. HEX triplet: 10, BC and 01. RGB value is (16,188,1). Sum of RGB (Red+Green+Blue) = 16+188+1=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 188 (73.83% from 255 or 91.71% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BC01 is #EF43FE. Grayscale: #737373. Windows color (decimal): -15680511 or 113680. OLE color: 113680.

HSL color Cylindrical-coordinate representation of color #10BC01: hue angle of 115.19º degrees, saturation: 0.99, 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 #10BC01 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 188 1 -
CMYK 0.91 0 0.99 0.26
HSL 115.19º 0.99% 0.37% -
HSV(B) 115.19º 0.99% 0.74% -
XYZ 18.2 36.08 6.03 -
YUV 115.25 63.52 57.21 -
System Red Green Blue C M Y K H S L
Decimal 16 188 1 0.91 0 0.99 0.26 115.19 0.99 0.37
Hex 10 BC 1 5B 0 63 1A 73 63 25
Octal 20 274 1 133 0 143 32 163 143 45
Binary 10000 10111100 1 1011011 0 1100011 11010 1110011 1100011 100101

Color Harmonies of #10BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC01

Black with #10BC01

Text Example


Text Example

White with #10BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10BC01;
 }
 .AnyTagClassName
 {
   color: #10BC01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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