Html Css Color HEX #0DC000 Islamic Green

📋 copy color: '#0DC000'

red 13 ◦ green 192 ◦ blue 0

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

Shades of Islamic Green #0DC000

Tints of Islamic Green #0DC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 93.66%

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

R = 6.34%
G = 93.66%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#0DC000 (or 0x0DC000) is known color: Islamic Green. HEX triplet: 0D, C0 and 00. RGB value is (13,192,0). Sum of RGB (Red+Green+Blue) = 13+192+0=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 192 (75.39% from 255 or 93.66% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC000 is #F23FFF. Grayscale: #757575. Windows color (decimal): -15876096 or 49165. OLE color: 49165.

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

Color convert

RGB 13 192 0 -
CMYK 0.93 0 1 0.25
HSL 115.94º 1% 0.38% -
HSV(B) 115.94º 1% 0.75% -
XYZ 19.02 37.78 6.29 -
YUV 116.59 62.2 54.11 -
System Red Green Blue C M Y K H S L
Decimal 13 192 0 0.93 0 1 0.25 115.94 1 0.38
Hex D C0 0 5D 0 64 19 74 64 26
Octal 15 300 0 135 0 144 31 164 144 46
Binary 1101 11000000 0 1011101 0 1100100 11001 1110100 1100100 100110

Color Harmonies of #0DC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC000

Black with #0DC000

Text Example


Text Example

White with #0DC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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