Html Css Color HEX #0DC611 Islamic Green

📋 copy color: '#0DC611'

red 13 ◦ green 198 ◦ blue 17

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

Shades of Islamic Green #0DC611

Tints of Islamic Green #0DC611

RGB

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

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

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

R = 5.7%
G = 86.84%
B = 7.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#0DC611 (or 0x0DC611) is known color: Islamic Green. HEX triplet: 0D, C6 and 11. RGB value is (13,198,17). Sum of RGB (Red+Green+Blue) = 13+198+17=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC611 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC611 is #F239EE. Grayscale: #7A7A7A. Windows color (decimal): -15874543 or 1164813. OLE color: 1164813.

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

Color convert

RGB 13 198 17 -
CMYK 0.93 0 0.91 0.22
HSL 121.3º 0.88% 0.41% -
HSV(B) 121.3º 0.93% 0.78% -
XYZ 20.46 40.51 7.27 -
YUV 122.05 68.71 50.22 -
System Red Green Blue C M Y K H S L
Decimal 13 198 17 0.93 0 0.91 0.22 121.3 0.88 0.41
Hex D C6 11 5D 0 5B 16 79 58 29
Octal 15 306 21 135 0 133 26 171 130 51
Binary 1101 11000110 10001 1011101 0 1011011 10110 1111001 1011000 101001

Color Harmonies of #0DC611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC611

Black with #0DC611

Text Example


Text Example

White with #0DC611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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