Html Css Color HEX #0DC40C Islamic Green

📋 copy color: '#0DC40C'

red 13 ◦ green 196 ◦ blue 12

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

Shades of Islamic Green #0DC40C

Tints of Islamic Green #0DC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 88.69%

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 5.88%
G = 88.69%
B = 5.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#0DC40C (or 0x0DC40C) is known color: Islamic Green. HEX triplet: 0D, C4 and 0C. RGB value is (13,196,12). Sum of RGB (Red+Green+Blue) = 13+196+12=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 196 (76.95% from 255 or 88.69% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC40C is #F23BF3. Grayscale: #787878. Windows color (decimal): -15875060 or 836621. OLE color: 836621.

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

Color convert

RGB 13 196 12 -
CMYK 0.93 0 0.94 0.23
HSL 119.67º 0.88% 0.41% -
HSV(B) 119.67º 0.94% 0.77% -
XYZ 19.97 39.59 6.94 -
YUV 120.31 66.87 51.46 -
System Red Green Blue C M Y K H S L
Decimal 13 196 12 0.93 0 0.94 0.23 119.67 0.88 0.41
Hex D C4 C 5D 0 5E 17 78 58 29
Octal 15 304 14 135 0 136 27 170 130 51
Binary 1101 11000100 1100 1011101 0 1011110 10111 1111000 1011000 101001

Color Harmonies of #0DC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC40C

Black with #0DC40C

Text Example


Text Example

White with #0DC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,12); }

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

background-color css

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

 a { background-color: rgb(13,196,12); }

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

border-color css

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

 span { border-color: rgb(13,196,12); }

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