Html Css Color HEX #10BB01 Islamic Green

📋 copy color: '#10BB01'

red 16 ◦ green 187 ◦ blue 1

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

Shades of Islamic Green #10BB01

Tints of Islamic Green #10BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 91.67%

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

R = 7.84%
G = 91.67%
B = 0.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#10BB01 (or 0x10BB01) is known color: Islamic Green. HEX triplet: 10, BB and 01. RGB value is (16,187,1). Sum of RGB (Red+Green+Blue) = 16+187+1=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 187 (73.44% from 255 or 91.67% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BB01 is #EF44FE. Grayscale: #737373. Windows color (decimal): -15680767 or 113424. OLE color: 113424.

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

Color convert

RGB 16 187 1 -
CMYK 0.91 0 0.99 0.27
HSL 115.16º 0.99% 0.37% -
HSV(B) 115.16º 0.99% 0.73% -
XYZ 17.99 35.65 5.96 -
YUV 114.67 63.85 57.62 -
System Red Green Blue C M Y K H S L
Decimal 16 187 1 0.91 0 0.99 0.27 115.16 0.99 0.37
Hex 10 BB 1 5B 0 63 1B 73 63 25
Octal 20 273 1 133 0 143 33 163 143 45
Binary 10000 10111011 1 1011011 0 1100011 11011 1110011 1100011 100101

Color Harmonies of #10BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB01

Black with #10BB01

Text Example


Text Example

White with #10BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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