Html Css Color HEX #0DC308 Islamic Green

📋 copy color: '#0DC308'

red 13 ◦ green 195 ◦ blue 8

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

Shades of Islamic Green #0DC308

Tints of Islamic Green #0DC308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.7%

R = 6.02%
G = 90.28%
B = 3.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#0DC308 (or 0x0DC308) is known color: Islamic Green. HEX triplet: 0D, C3 and 08. RGB value is (13,195,8). Sum of RGB (Red+Green+Blue) = 13+195+8=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 195 (76.56% from 255 or 90.28% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC308 is #F23CF7. Grayscale: #777777. Windows color (decimal): -15875320 or 574221. OLE color: 574221.

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

Color convert

RGB 13 195 8 -
CMYK 0.93 0 0.96 0.24
HSL 118.4º 0.92% 0.4% -
HSV(B) 118.4º 0.96% 0.76% -
XYZ 19.72 39.13 6.74 -
YUV 119.26 65.2 52.21 -
System Red Green Blue C M Y K H S L
Decimal 13 195 8 0.93 0 0.96 0.24 118.4 0.92 0.4
Hex D C3 8 5D 0 60 18 76 5C 28
Octal 15 303 10 135 0 140 30 166 134 50
Binary 1101 11000011 1000 1011101 0 1100000 11000 1110110 1011100 101000

Color Harmonies of #0DC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC308

Black with #0DC308

Text Example


Text Example

White with #0DC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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