Html Css Color HEX #0DB00A Islamic Green

📋 copy color: '#0DB00A'

red 13 ◦ green 176 ◦ blue 10

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

Shades of Islamic Green #0DB00A

Tints of Islamic Green #0DB00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 88.44%

 BLUE value IS 10 (4.3% from 255) = 5.03%

R = 6.53%
G = 88.44%
B = 5.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#0DB00A (or 0x0DB00A) is known color: Islamic Green. HEX triplet: 0D, B0 and 0A. RGB value is (13,176,10). Sum of RGB (Red+Green+Blue) = 13+176+10=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 176 (69.14% from 255 or 88.44% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB00A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB00A is #F24FF5. Grayscale: #6C6C6C. Windows color (decimal): -15880182 or 700429. OLE color: 700429.

HSL color Cylindrical-coordinate representation of color #0DB00A: hue angle of 118.92º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB00A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 176 10 -
CMYK 0.93 0 0.94 0.31
HSL 118.92º 0.89% 0.36% -
HSV(B) 118.92º 0.94% 0.69% -
XYZ 15.75 31.16 5.47 -
YUV 108.34 72.5 60 -
System Red Green Blue C M Y K H S L
Decimal 13 176 10 0.93 0 0.94 0.31 118.92 0.89 0.36
Hex D B0 A 5D 0 5E 1F 77 59 24
Octal 15 260 12 135 0 136 37 167 131 44
Binary 1101 10110000 1010 1011101 0 1011110 11111 1110111 1011001 100100

Color Harmonies of #0DB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB00A

Black with #0DB00A

Text Example


Text Example

White with #0DB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,176,10); }

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

background-color css

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

 a { background-color: rgb(13,176,10); }

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

border-color css

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

 span { border-color: rgb(13,176,10); }

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