Html Css Color HEX #00B40B Islamic Green

📋 copy color: '#00B40B'

red 0 ◦ green 180 ◦ blue 11

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

Shades of Islamic Green #00B40B

Tints of Islamic Green #00B40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.76%

R = 0%
G = 94.24%
B = 5.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#00B40B (or 0x00B40B) is known color: Islamic Green. HEX triplet: 00, B4 and 0B. RGB value is (0,180,11). Sum of RGB (Red+Green+Blue) = 0+180+11=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 180 (70.70% from 255 or 94.24% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 180 - color contains mainly: green. Hex color #00B40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B40B is #FF4BF4. Grayscale: #6B6B6B. Windows color (decimal): -16731125 or 766976. OLE color: 766976.

HSL color Cylindrical-coordinate representation of color #00B40B: hue angle of 123.67º 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 #00B40B is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 180 11 -
CMYK 1 0 0.94 0.29
HSL 123.67º 1% 0.35% -
HSV(B) 123.67º 1% 0.71% -
XYZ 16.38 32.67 5.76 -
YUV 106.91 73.87 51.74 -
System Red Green Blue C M Y K H S L
Decimal 0 180 11 1 0 0.94 0.29 123.67 1 0.35
Hex 0 B4 B 64 0 5E 1D 7C 64 23
Octal 0 264 13 144 0 136 35 174 144 43
Binary 0 10110100 1011 1100100 0 1011110 11101 1111100 1100100 100011

Color Harmonies of #00B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B40B

Black with #00B40B

Text Example


Text Example

White with #00B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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