Html Css Color HEX #0DC211 Islamic Green

📋 copy color: '#0DC211'

red 13 ◦ green 194 ◦ blue 17

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

Shades of Islamic Green #0DC211

Tints of Islamic Green #0DC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 86.61%

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

R = 5.8%
G = 86.61%
B = 7.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#0DC211 (or 0x0DC211) is known color: Islamic Green. HEX triplet: 0D, C2 and 11. RGB value is (13,194,17). Sum of RGB (Red+Green+Blue) = 13+194+17=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 194 (76.17% from 255 or 86.61% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC211 is #F23DEE. Grayscale: #787878. Windows color (decimal): -15875567 or 1163789. OLE color: 1163789.

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

Color convert

RGB 13 194 17 -
CMYK 0.93 0 0.91 0.24
HSL 121.33º 0.87% 0.41% -
HSV(B) 121.33º 0.93% 0.76% -
XYZ 19.56 38.71 6.97 -
YUV 119.7 70.03 51.89 -
System Red Green Blue C M Y K H S L
Decimal 13 194 17 0.93 0 0.91 0.24 121.33 0.87 0.41
Hex D C2 11 5D 0 5B 18 79 57 29
Octal 15 302 21 135 0 133 30 171 127 51
Binary 1101 11000010 10001 1011101 0 1011011 11000 1111001 1010111 101001

Color Harmonies of #0DC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC211

Black with #0DC211

Text Example


Text Example

White with #0DC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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