Html Css Color HEX #01BE12 Islamic Green

📋 copy color: '#01BE12'

red 1 ◦ green 190 ◦ blue 18

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

Shades of Islamic Green #01BE12

Tints of Islamic Green #01BE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 90.91%

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

R = 0.48%
G = 90.91%
B = 8.61%

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

#01BE12 (or 0x01BE12) is known color: Islamic Green. HEX triplet: 01, BE and 12. RGB value is (1,190,18). Sum of RGB (Red+Green+Blue) = 1+190+18=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 190 (74.61% from 255 or 90.91% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BE12 is #FE41ED. Grayscale: #727272. Windows color (decimal): -16663022 or 1228289. OLE color: 1228289.

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

Color convert

RGB 1 190 18 -
CMYK 0.99 0 0.91 0.25
HSL 125.4º 0.99% 0.37% -
HSV(B) 125.4º 0.99% 0.75% -
XYZ 18.54 36.88 6.71 -
YUV 113.88 73.88 47.49 -
System Red Green Blue C M Y K H S L
Decimal 1 190 18 0.99 0 0.91 0.25 125.4 0.99 0.37
Hex 1 BE 12 63 0 5B 19 7D 63 25
Octal 1 276 22 143 0 133 31 175 143 45
Binary 1 10111110 10010 1100011 0 1011011 11001 1111101 1100011 100101

Color Harmonies of #01BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE12

Black with #01BE12

Text Example


Text Example

White with #01BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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