Html Css Color HEX #01BF12 Islamic Green

📋 copy color: '#01BF12'

red 1 ◦ green 191 ◦ blue 18

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

Shades of Islamic Green #01BF12

Tints of Islamic Green #01BF12

RGB

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

 GREEN value IS 191 (75% from 255) = 90.95%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 0.48%
G = 90.95%
B = 8.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#01BF12 (or 0x01BF12) is known color: Islamic Green. HEX triplet: 01, BF and 12. RGB value is (1,191,18). Sum of RGB (Red+Green+Blue) = 1+191+18=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 191 (75% from 255 or 90.95% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BF12 is #FE40ED. Grayscale: #727272. Windows color (decimal): -16662766 or 1228545. OLE color: 1228545.

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

Color convert

RGB 1 191 18 -
CMYK 0.99 0 0.91 0.25
HSL 125.37º 0.99% 0.38% -
HSV(B) 125.37º 0.99% 0.75% -
XYZ 18.75 37.31 6.79 -
YUV 114.47 73.55 47.07 -
System Red Green Blue C M Y K H S L
Decimal 1 191 18 0.99 0 0.91 0.25 125.37 0.99 0.38
Hex 1 BF 12 63 0 5B 19 7D 63 26
Octal 1 277 22 143 0 133 31 175 143 46
Binary 1 10111111 10010 1100011 0 1011011 11001 1111101 1100011 100110

Color Harmonies of #01BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF12

Black with #01BF12

Text Example


Text Example

White with #01BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,18); }

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

background-color css

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

 a { background-color: rgb(1,191,18); }

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

border-color css

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

 span { border-color: rgb(1,191,18); }

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