Html Css Color HEX #0DC303 Islamic Green

📋 copy color: '#0DC303'

red 13 ◦ green 195 ◦ blue 3

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

Shades of Islamic Green #0DC303

Tints of Islamic Green #0DC303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 6.16%
G = 92.42%
B = 1.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#0DC303 (or 0x0DC303) is known color: Islamic Green. HEX triplet: 0D, C3 and 03. RGB value is (13,195,3). Sum of RGB (Red+Green+Blue) = 13+195+3=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 195 (76.56% from 255 or 92.42% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC303 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC303 is #F23CFC. Grayscale: #777777. Windows color (decimal): -15875325 or 246541. OLE color: 246541.

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

Color convert

RGB 13 195 3 -
CMYK 0.93 0 0.98 0.24
HSL 116.88º 0.97% 0.39% -
HSV(B) 116.88º 0.98% 0.76% -
XYZ 19.7 39.12 6.6 -
YUV 118.69 62.7 52.61 -
System Red Green Blue C M Y K H S L
Decimal 13 195 3 0.93 0 0.98 0.24 116.88 0.97 0.39
Hex D C3 3 5D 0 62 18 75 61 27
Octal 15 303 3 135 0 142 30 165 141 47
Binary 1101 11000011 11 1011101 0 1100010 11000 1110101 1100001 100111

Color Harmonies of #0DC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC303

Black with #0DC303

Text Example


Text Example

White with #0DC303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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