Html Css Color HEX #01B403 Islamic Green

📋 copy color: '#01B403'

red 1 ◦ green 180 ◦ blue 3

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

Shades of Islamic Green #01B403

Tints of Islamic Green #01B403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 97.83%

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

R = 0.54%
G = 97.83%
B = 1.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#01B403 (or 0x01B403) is known color: Islamic Green. HEX triplet: 01, B4 and 03. RGB value is (1,180,3). Sum of RGB (Red+Green+Blue) = 1+180+3=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 180 (70.70% from 255 or 97.83% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 180 - color contains mainly: green. Hex color #01B403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B403 is #FE4BFC. Grayscale: #6A6A6A. Windows color (decimal): -16665597 or 242689. OLE color: 242689.

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

Color convert

RGB 1 180 3 -
CMYK 0.99 0 0.98 0.29
HSL 120.67º 0.99% 0.35% -
HSV(B) 120.67º 0.99% 0.71% -
XYZ 16.35 32.66 5.53 -
YUV 106.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 1 180 3 0.99 0 0.98 0.29 120.67 0.99 0.35
Hex 1 B4 3 63 0 62 1D 79 63 23
Octal 1 264 3 143 0 142 35 171 143 43
Binary 1 10110100 11 1100011 0 1100010 11101 1111001 1100011 100011

Color Harmonies of #01B403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B403

Black with #01B403

Text Example


Text Example

White with #01B403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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