Html Css Color HEX #0DB800 Islamic Green

📋 copy color: '#0DB800'

red 13 ◦ green 184 ◦ blue 0

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

Shades of Islamic Green #0DB800

Tints of Islamic Green #0DB800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 93.4%

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

R = 6.6%
G = 93.4%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#0DB800 (or 0x0DB800) is known color: Islamic Green. HEX triplet: 0D, B8 and 00. RGB value is (13,184,0). Sum of RGB (Red+Green+Blue) = 13+184+0=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 184 (72.27% from 255 or 93.40% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB800 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB800 is #F247FF. Grayscale: #707070. Windows color (decimal): -15878144 or 47117. OLE color: 47117.

HSL color Cylindrical-coordinate representation of color #0DB800: hue angle of 115.76º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DB800 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 13 184 0 -
CMYK 0.93 0 1 0.28
HSL 115.76º 1% 0.36% -
HSV(B) 115.76º 1% 0.72% -
XYZ 17.31 34.37 5.72 -
YUV 111.9 64.85 57.46 -
System Red Green Blue C M Y K H S L
Decimal 13 184 0 0.93 0 1 0.28 115.76 1 0.36
Hex D B8 0 5D 0 64 1C 74 64 24
Octal 15 270 0 135 0 144 34 164 144 44
Binary 1101 10111000 0 1011101 0 1100100 11100 1110100 1100100 100100

Color Harmonies of #0DB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB800

Black with #0DB800

Text Example


Text Example

White with #0DB800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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