Html Css Color HEX #01B810 Islamic Green

📋 copy color: '#01B810'

red 1 ◦ green 184 ◦ blue 16

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

Shades of Islamic Green #01B810

Tints of Islamic Green #01B810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 91.54%

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

R = 0.5%
G = 91.54%
B = 7.96%

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

#01B810 (or 0x01B810) is known color: Islamic Green. HEX triplet: 01, B8 and 10. RGB value is (1,184,16). Sum of RGB (Red+Green+Blue) = 1+184+16=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 184 (72.27% from 255 or 91.54% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 184 - color contains mainly: green. Hex color #01B810 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B810 is #FE47EF. Grayscale: #6E6E6E. Windows color (decimal): -16664560 or 1095681. OLE color: 1095681.

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

Color convert

RGB 1 184 16 -
CMYK 0.99 0 0.91 0.28
HSL 124.92º 0.99% 0.36% -
HSV(B) 124.92º 0.99% 0.72% -
XYZ 17.25 34.32 6.21 -
YUV 110.13 74.87 50.16 -
System Red Green Blue C M Y K H S L
Decimal 1 184 16 0.99 0 0.91 0.28 124.92 0.99 0.36
Hex 1 B8 10 63 0 5B 1C 7D 63 24
Octal 1 270 20 143 0 133 34 175 143 44
Binary 1 10111000 10000 1100011 0 1011011 11100 1111101 1100011 100100

Color Harmonies of #01B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B810

Black with #01B810

Text Example


Text Example

White with #01B810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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