Html Css Color HEX #0DC008 Islamic Green

📋 copy color: '#0DC008'

red 13 ◦ green 192 ◦ blue 8

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

Shades of Islamic Green #0DC008

Tints of Islamic Green #0DC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 90.14%

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

R = 6.1%
G = 90.14%
B = 3.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#0DC008 (or 0x0DC008) is known color: Islamic Green. HEX triplet: 0D, C0 and 08. RGB value is (13,192,8). Sum of RGB (Red+Green+Blue) = 13+192+8=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 192 (75.39% from 255 or 90.14% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC008 is #F23FF7. Grayscale: #767676. Windows color (decimal): -15876088 or 573453. OLE color: 573453.

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

Color convert

RGB 13 192 8 -
CMYK 0.93 0 0.96 0.25
HSL 118.37º 0.92% 0.39% -
HSV(B) 118.37º 0.96% 0.75% -
XYZ 19.06 37.8 6.52 -
YUV 117.5 66.2 53.46 -
System Red Green Blue C M Y K H S L
Decimal 13 192 8 0.93 0 0.96 0.25 118.37 0.92 0.39
Hex D C0 8 5D 0 60 19 76 5C 27
Octal 15 300 10 135 0 140 31 166 134 47
Binary 1101 11000000 1000 1011101 0 1100000 11001 1110110 1011100 100111

Color Harmonies of #0DC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC008

Black with #0DC008

Text Example


Text Example

White with #0DC008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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