Html Css Color HEX #10B701 Islamic Green

📋 copy color: '#10B701'

red 16 ◦ green 183 ◦ blue 1

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

Shades of Islamic Green #10B701

Tints of Islamic Green #10B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 91.5%

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

R = 8%
G = 91.5%
B = 0.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#10B701 (or 0x10B701) is known color: Islamic Green. HEX triplet: 10, B7 and 01. RGB value is (16,183,1). Sum of RGB (Red+Green+Blue) = 16+183+1=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 183 (71.88% from 255 or 91.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 183 - color contains mainly: green. Hex color #10B701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B701 is #EF48FE. Grayscale: #707070. Windows color (decimal): -15681791 or 112400. OLE color: 112400.

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

Color convert

RGB 16 183 1 -
CMYK 0.91 0 0.99 0.28
HSL 115.05º 0.99% 0.36% -
HSV(B) 115.05º 0.99% 0.72% -
XYZ 17.15 33.98 5.68 -
YUV 112.32 65.17 59.3 -
System Red Green Blue C M Y K H S L
Decimal 16 183 1 0.91 0 0.99 0.28 115.05 0.99 0.36
Hex 10 B7 1 5B 0 63 1C 73 63 24
Octal 20 267 1 133 0 143 34 163 143 44
Binary 10000 10110111 1 1011011 0 1100011 11100 1110011 1100011 100100

Color Harmonies of #10B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B701

Black with #10B701

Text Example


Text Example

White with #10B701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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