Html Css Color HEX #01B00F Islamic Green

📋 copy color: '#01B00F'

red 1 ◦ green 176 ◦ blue 15

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

Shades of Islamic Green #01B00F

Tints of Islamic Green #01B00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 91.67%

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 0.52%
G = 91.67%
B = 7.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#01B00F (or 0x01B00F) is known color: Islamic Green. HEX triplet: 01, B0 and 0F. RGB value is (1,176,15). Sum of RGB (Red+Green+Blue) = 1+176+15=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 176 (69.14% from 255 or 91.67% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 176 - color contains mainly: green. Hex color #01B00F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B00F is #FE4FF0. Grayscale: #696969. Windows color (decimal): -16666609 or 1028097. OLE color: 1028097.

HSL color Cylindrical-coordinate representation of color #01B00F: hue angle of 124.8º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B00F is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 176 15 -
CMYK 0.99 0 0.91 0.31
HSL 124.8º 0.99% 0.35% -
HSV(B) 124.8º 0.99% 0.69% -
XYZ 15.62 31.09 5.63 -
YUV 105.32 77.02 53.59 -
System Red Green Blue C M Y K H S L
Decimal 1 176 15 0.99 0 0.91 0.31 124.8 0.99 0.35
Hex 1 B0 F 63 0 5B 1F 7D 63 23
Octal 1 260 17 143 0 133 37 175 143 43
Binary 1 10110000 1111 1100011 0 1011011 11111 1111101 1100011 100011

Color Harmonies of #01B00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B00F

Black with #01B00F

Text Example


Text Example

White with #01B00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,15); }

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

background-color css

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

 a { background-color: rgb(1,176,15); }

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

border-color css

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

 span { border-color: rgb(1,176,15); }

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