Html Css Color HEX #0DC202 Islamic Green

📋 copy color: '#0DC202'

red 13 ◦ green 194 ◦ blue 2

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

Shades of Islamic Green #0DC202

Tints of Islamic Green #0DC202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 6.22%
G = 92.82%
B = 0.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#0DC202 (or 0x0DC202) is known color: Islamic Green. HEX triplet: 0D, C2 and 02. RGB value is (13,194,2). Sum of RGB (Red+Green+Blue) = 13+194+2=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 194 (76.17% from 255 or 92.82% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC202 is #F23DFD. Grayscale: #767676. Windows color (decimal): -15875582 or 180749. OLE color: 180749.

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

Color convert

RGB 13 194 2 -
CMYK 0.93 0 0.99 0.24
HSL 116.56º 0.98% 0.38% -
HSV(B) 116.56º 0.99% 0.76% -
XYZ 19.47 38.67 6.5 -
YUV 117.99 62.53 53.11 -
System Red Green Blue C M Y K H S L
Decimal 13 194 2 0.93 0 0.99 0.24 116.56 0.98 0.38
Hex D C2 2 5D 0 63 18 75 62 26
Octal 15 302 2 135 0 143 30 165 142 46
Binary 1101 11000010 10 1011101 0 1100011 11000 1110101 1100010 100110

Color Harmonies of #0DC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC202

Black with #0DC202

Text Example


Text Example

White with #0DC202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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