Html Css Color HEX #0DBD06 Islamic Green

📋 copy color: '#0DBD06'

red 13 ◦ green 189 ◦ blue 6

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

Shades of Islamic Green #0DBD06

Tints of Islamic Green #0DBD06

RGB

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

 GREEN value IS 189 (74.22% from 255) = 90.87%

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

R = 6.25%
G = 90.87%
B = 2.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#0DBD06 (or 0x0DBD06) is known color: Islamic Green. HEX triplet: 0D, BD and 06. RGB value is (13,189,6). Sum of RGB (Red+Green+Blue) = 13+189+6=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 189 (74.22% from 255 or 90.87% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBD06 is #F242F9. Grayscale: #747474. Windows color (decimal): -15876858 or 441613. OLE color: 441613.

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

Color convert

RGB 13 189 6 -
CMYK 0.93 0 0.97 0.26
HSL 117.7º 0.94% 0.38% -
HSV(B) 117.7º 0.97% 0.74% -
XYZ 18.4 36.49 6.25 -
YUV 115.51 66.19 54.88 -
System Red Green Blue C M Y K H S L
Decimal 13 189 6 0.93 0 0.97 0.26 117.7 0.94 0.38
Hex D BD 6 5D 0 61 1A 76 5E 26
Octal 15 275 6 135 0 141 32 166 136 46
Binary 1101 10111101 110 1011101 0 1100001 11010 1110110 1011110 100110

Color Harmonies of #0DBD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBD06

Black with #0DBD06

Text Example


Text Example

White with #0DBD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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