Html Css Color HEX #0DB906 Islamic Green

📋 copy color: '#0DB906'

red 13 ◦ green 185 ◦ blue 6

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

Shades of Islamic Green #0DB906

Tints of Islamic Green #0DB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 90.69%

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 6.37%
G = 90.69%
B = 2.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#0DB906 (or 0x0DB906) is known color: Islamic Green. HEX triplet: 0D, B9 and 06. RGB value is (13,185,6). Sum of RGB (Red+Green+Blue) = 13+185+6=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 185 (72.66% from 255 or 90.69% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB906 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB906 is #F246F9. Grayscale: #717171. Windows color (decimal): -15877882 or 440589. OLE color: 440589.

HSL color Cylindrical-coordinate representation of color #0DB906: hue angle of 117.65º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DB906 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 185 6 -
CMYK 0.93 0 0.97 0.27
HSL 117.65º 0.94% 0.37% -
HSV(B) 117.65º 0.97% 0.73% -
XYZ 17.55 34.8 5.96 -
YUV 113.17 67.52 56.55 -
System Red Green Blue C M Y K H S L
Decimal 13 185 6 0.93 0 0.97 0.27 117.65 0.94 0.37
Hex D B9 6 5D 0 61 1B 76 5E 25
Octal 15 271 6 135 0 141 33 166 136 45
Binary 1101 10111001 110 1011101 0 1100001 11011 1110110 1011110 100101

Color Harmonies of #0DB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB906

Black with #0DB906

Text Example


Text Example

White with #0DB906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,185,6); }

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

background-color css

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

 a { background-color: rgb(13,185,6); }

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

border-color css

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

 span { border-color: rgb(13,185,6); }

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