Html Css Color HEX #0DC313 Islamic Green

📋 copy color: '#0DC313'

red 13 ◦ green 195 ◦ blue 19

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

Shades of Islamic Green #0DC313

Tints of Islamic Green #0DC313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 85.9%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 5.73%
G = 85.9%
B = 8.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#0DC313 (or 0x0DC313) is known color: Islamic Green. HEX triplet: 0D, C3 and 13. RGB value is (13,195,19). Sum of RGB (Red+Green+Blue) = 13+195+19=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 195 (76.56% from 255 or 85.90% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC313 is #F23CEC. Grayscale: #797979. Windows color (decimal): -15875309 or 1295117. OLE color: 1295117.

HSL color Cylindrical-coordinate representation of color #0DC313: hue angle of 121.98º degrees, saturation: 0.88, 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 #0DC313 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 19 -
CMYK 0.93 0 0.90 0.24
HSL 121.98º 0.88% 0.41% -
HSV(B) 121.98º 0.93% 0.76% -
XYZ 19.8 39.16 7.13 -
YUV 120.52 70.7 51.31 -
System Red Green Blue C M Y K H S L
Decimal 13 195 19 0.93 0 0.90 0.24 121.98 0.88 0.41
Hex D C3 13 5D 0 5A 18 7A 58 29
Octal 15 303 23 135 0 132 30 172 130 51
Binary 1101 11000011 10011 1011101 0 1011010 11000 1111010 1011000 101001

Color Harmonies of #0DC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC313

Black with #0DC313

Text Example


Text Example

White with #0DC313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,195,19); }

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

background-color css

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

 a { background-color: rgb(13,195,19); }

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

border-color css

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

 span { border-color: rgb(13,195,19); }

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