Html Css Color HEX #01BE03 Islamic Green

📋 copy color: '#01BE03'

red 1 ◦ green 190 ◦ blue 3

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

Shades of Islamic Green #01BE03

Tints of Islamic Green #01BE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.55%

R = 0.52%
G = 97.94%
B = 1.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#01BE03 (or 0x01BE03) is known color: Islamic Green. HEX triplet: 01, BE and 03. RGB value is (1,190,3). Sum of RGB (Red+Green+Blue) = 1+190+3=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 190 (74.61% from 255 or 97.94% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BE03 is #FE41FC. Grayscale: #707070. Windows color (decimal): -16663037 or 245249. OLE color: 245249.

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

Color convert

RGB 1 190 3 -
CMYK 0.99 0 0.98 0.25
HSL 120.63º 0.99% 0.37% -
HSV(B) 120.63º 0.99% 0.75% -
XYZ 18.44 36.84 6.22 -
YUV 112.17 66.38 48.71 -
System Red Green Blue C M Y K H S L
Decimal 1 190 3 0.99 0 0.98 0.25 120.63 0.99 0.37
Hex 1 BE 3 63 0 62 19 79 63 25
Octal 1 276 3 143 0 142 31 171 143 45
Binary 1 10111110 11 1100011 0 1100010 11001 1111001 1100011 100101

Color Harmonies of #01BE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE03

Black with #01BE03

Text Example


Text Example

White with #01BE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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