Html Css Color HEX #0DC600 Islamic Green

📋 copy color: '#0DC600'

red 13 ◦ green 198 ◦ blue 0

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

Shades of Islamic Green #0DC600

Tints of Islamic Green #0DC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 93.84%

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

R = 6.16%
G = 93.84%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#0DC600 (or 0x0DC600) is known color: Islamic Green. HEX triplet: 0D, C6 and 00. RGB value is (13,198,0). Sum of RGB (Red+Green+Blue) = 13+198+0=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 198 (77.73% from 255 or 93.84% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC600 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC600 is #F239FF. Grayscale: #787878. Windows color (decimal): -15874560 or 50701. OLE color: 50701.

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

Color convert

RGB 13 198 0 -
CMYK 0.93 0 1 0.22
HSL 116.06º 1% 0.39% -
HSV(B) 116.06º 1% 0.78% -
XYZ 20.36 40.47 6.74 -
YUV 120.11 60.21 51.6 -
System Red Green Blue C M Y K H S L
Decimal 13 198 0 0.93 0 1 0.22 116.06 1 0.39
Hex D C6 0 5D 0 64 16 74 64 27
Octal 15 306 0 135 0 144 26 164 144 47
Binary 1101 11000110 0 1011101 0 1100100 10110 1110100 1100100 100111

Color Harmonies of #0DC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC600

Black with #0DC600

Text Example


Text Example

White with #0DC600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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