Html Css Color HEX #01B710 Islamic Green

📋 copy color: '#01B710'

red 1 ◦ green 183 ◦ blue 16

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

Shades of Islamic Green #01B710

Tints of Islamic Green #01B710

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #01B710: hue angle of 124.95º 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 #01B710 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 183 16 -
CMYK 0.99 0 0.91 0.28
HSL 124.95º 0.99% 0.36% -
HSV(B) 124.95º 0.99% 0.72% -
XYZ 17.04 33.91 6.14 -
YUV 109.54 75.2 50.58 -
System Red Green Blue C M Y K H S L
Decimal 1 183 16 0.99 0 0.91 0.28 124.95 0.99 0.36
Hex 1 B7 10 63 0 5B 1C 7D 63 24
Octal 1 267 20 143 0 133 34 175 143 44
Binary 1 10110111 10000 1100011 0 1011011 11100 1111101 1100011 100100

Color Harmonies of #01B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B710

Black with #01B710

Text Example


Text Example

White with #01B710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B710; }

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

 H1.HeaderClassName
 {
   color: #01B710;
 }
 .AnyTagClassName
 {
   color: #01B710;
 }
</style>

background-color css

<style>
 a { background-color: #01B710; }

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

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

border-color css

<style>
 span { border-color: #01B710; }

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

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