Html Css Color HEX #0DBA09 Islamic Green

📋 copy color: '#0DBA09'

red 13 ◦ green 186 ◦ blue 9

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

Shades of Islamic Green #0DBA09

Tints of Islamic Green #0DBA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 89.42%

 BLUE value IS 9 (3.91% from 255) = 4.33%

R = 6.25%
G = 89.42%
B = 4.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#0DBA09 (or 0x0DBA09) is known color: Islamic Green. HEX triplet: 0D, BA and 09. RGB value is (13,186,9). Sum of RGB (Red+Green+Blue) = 13+186+9=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBA09 is #F245F6. Grayscale: #727272. Windows color (decimal): -15877623 or 637453. OLE color: 637453.

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

Color convert

RGB 13 186 9 -
CMYK 0.93 0 0.95 0.27
HSL 118.64º 0.91% 0.38% -
HSV(B) 118.64º 0.95% 0.73% -
XYZ 17.77 35.22 6.12 -
YUV 114.1 68.69 55.89 -
System Red Green Blue C M Y K H S L
Decimal 13 186 9 0.93 0 0.95 0.27 118.64 0.91 0.38
Hex D BA 9 5D 0 5F 1B 77 5B 26
Octal 15 272 11 135 0 137 33 167 133 46
Binary 1101 10111010 1001 1011101 0 1011111 11011 1110111 1011011 100110

Color Harmonies of #0DBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA09

Black with #0DBA09

Text Example


Text Example

White with #0DBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,9); }

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

background-color css

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

 a { background-color: rgb(13,186,9); }

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

border-color css

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

 span { border-color: rgb(13,186,9); }

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