Html Css Color HEX #0DB400 Islamic Green

📋 copy color: '#0DB400'

red 13 ◦ green 180 ◦ blue 0

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

Shades of Islamic Green #0DB400

Tints of Islamic Green #0DB400

RGB

 RED value IS 13 (5.47% from 255) = 6.74%

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

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

R = 6.74%
G = 93.26%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#0DB400 (or 0x0DB400) is known color: Islamic Green. HEX triplet: 0D, B4 and 00. RGB value is (13,180,0). Sum of RGB (Red+Green+Blue) = 13+180+0=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 180 (70.70% from 255 or 93.26% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB400 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB400 is #F24BFF. Grayscale: #6E6E6E. Windows color (decimal): -15879168 or 46093. OLE color: 46093.

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

Color convert

RGB 13 180 0 -
CMYK 0.93 0 1 0.29
HSL 115.67º 1% 0.35% -
HSV(B) 115.67º 1% 0.71% -
XYZ 16.49 32.73 5.45 -
YUV 109.55 66.17 59.14 -
System Red Green Blue C M Y K H S L
Decimal 13 180 0 0.93 0 1 0.29 115.67 1 0.35
Hex D B4 0 5D 0 64 1D 74 64 23
Octal 15 264 0 135 0 144 35 164 144 43
Binary 1101 10110100 0 1011101 0 1100100 11101 1110100 1100100 100011

Color Harmonies of #0DB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB400

Black with #0DB400

Text Example


Text Example

White with #0DB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DB400; }

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

 H1.HeaderClassName
 {
   color: #0DB400;
 }
 .AnyTagClassName
 {
   color: #0DB400;
 }
</style>

background-color css

<style>
 a { background-color: #0DB400; }

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

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

border-color css

<style>
 span { border-color: #0DB400; }

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

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