Html Css Color HEX #00B401 Islamic Green

📋 copy color: '#00B401'

red 0 ◦ green 180 ◦ blue 1

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

Shades of Islamic Green #00B401

Tints of Islamic Green #00B401

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 0%
G = 99.45%
B = 0.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#00B401 (or 0x00B401) is known color: Islamic Green. HEX triplet: 00, B4 and 01. RGB value is (0,180,1). Sum of RGB (Red+Green+Blue) = 0+180+1=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 180 (70.70% from 255 or 99.45% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 180 - color contains mainly: green. Hex color #00B401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B401 is #FF4BFE. Grayscale: #6A6A6A. Windows color (decimal): -16731135 or 111616. OLE color: 111616.

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

Color convert

RGB 0 180 1 -
CMYK 1 0 0.99 0.29
HSL 120.33º 1% 0.35% -
HSV(B) 120.33º 1% 0.71% -
XYZ 16.33 32.64 5.47 -
YUV 105.77 68.87 52.55 -
System Red Green Blue C M Y K H S L
Decimal 0 180 1 1 0 0.99 0.29 120.33 1 0.35
Hex 0 B4 1 64 0 63 1D 78 64 23
Octal 0 264 1 144 0 143 35 170 144 43
Binary 0 10110100 1 1100100 0 1100011 11101 1111000 1100100 100011

Color Harmonies of #00B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B401

Black with #00B401

Text Example


Text Example

White with #00B401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B401; }

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

 H1.HeaderClassName
 {
   color: #00B401;
 }
 .AnyTagClassName
 {
   color: #00B401;
 }
</style>

background-color css

<style>
 a { background-color: #00B401; }

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

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

border-color css

<style>
 span { border-color: #00B401; }

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

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