Html Css Color HEX #0DC312 Islamic Green

📋 copy color: '#0DC312'

red 13 ◦ green 195 ◦ blue 18

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

Shades of Islamic Green #0DC312

Tints of Islamic Green #0DC312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 5.75%
G = 86.28%
B = 7.96%

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

#0DC312 (or 0x0DC312) is known color: Islamic Green. HEX triplet: 0D, C3 and 12. RGB value is (13,195,18). Sum of RGB (Red+Green+Blue) = 13+195+18=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 195 (76.56% from 255 or 86.28% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC312 is #F23CED. Grayscale: #787878. Windows color (decimal): -15875310 or 1229581. OLE color: 1229581.

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

Color convert

RGB 13 195 18 -
CMYK 0.93 0 0.91 0.24
HSL 121.65º 0.88% 0.41% -
HSV(B) 121.65º 0.93% 0.76% -
XYZ 19.79 39.16 7.09 -
YUV 120.4 70.2 51.39 -
System Red Green Blue C M Y K H S L
Decimal 13 195 18 0.93 0 0.91 0.24 121.65 0.88 0.41
Hex D C3 12 5D 0 5B 18 7A 58 29
Octal 15 303 22 135 0 133 30 172 130 51
Binary 1101 11000011 10010 1011101 0 1011011 11000 1111010 1011000 101001

Color Harmonies of #0DC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC312

Black with #0DC312

Text Example


Text Example

White with #0DC312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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