Html Css Color HEX #00BD11 Islamic Green

📋 copy color: '#00BD11'

red 0 ◦ green 189 ◦ blue 17

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

Shades of Islamic Green #00BD11

Tints of Islamic Green #00BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 91.75%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 0%
G = 91.75%
B = 8.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#00BD11 (or 0x00BD11) is known color: Islamic Green. HEX triplet: 00, BD and 11. RGB value is (0,189,17). Sum of RGB (Red+Green+Blue) = 0+189+17=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 189 (74.22% from 255 or 91.75% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BD11 is #FF42EE. Grayscale: #717171. Windows color (decimal): -16728815 or 1162496. OLE color: 1162496.

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

Color convert

RGB 0 189 17 -
CMYK 1 0 0.91 0.26
HSL 125.4º 1% 0.37% -
HSV(B) 125.4º 1% 0.74% -
XYZ 18.3 36.44 6.6 -
YUV 112.88 73.88 47.49 -
System Red Green Blue C M Y K H S L
Decimal 0 189 17 1 0 0.91 0.26 125.4 1 0.37
Hex 0 BD 11 64 0 5B 1A 7D 64 25
Octal 0 275 21 144 0 133 32 175 144 45
Binary 0 10111101 10001 1100100 0 1011011 11010 1111101 1100100 100101

Color Harmonies of #00BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BD11

Black with #00BD11

Text Example


Text Example

White with #00BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,189,17); }

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

background-color css

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

 a { background-color: rgb(0,189,17); }

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

border-color css

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

 span { border-color: rgb(0,189,17); }

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