Html Css Color HEX #0DBA00 Islamic Green

📋 copy color: '#0DBA00'

red 13 ◦ green 186 ◦ blue 0

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

Shades of Islamic Green #0DBA00

Tints of Islamic Green #0DBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.53%
G = 93.47%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#0DBA00 (or 0x0DBA00) is known color: Islamic Green. HEX triplet: 0D, BA and 00. RGB value is (13,186,0). Sum of RGB (Red+Green+Blue) = 13+186+0=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 186 (73.05% from 255 or 93.47% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBA00 is #F245FF. Grayscale: #717171. Windows color (decimal): -15877632 or 47629. OLE color: 47629.

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

Color convert

RGB 13 186 0 -
CMYK 0.93 0 1 0.27
HSL 115.81º 1% 0.36% -
HSV(B) 115.81º 1% 0.73% -
XYZ 17.72 35.2 5.86 -
YUV 113.07 64.19 56.62 -
System Red Green Blue C M Y K H S L
Decimal 13 186 0 0.93 0 1 0.27 115.81 1 0.36
Hex D BA 0 5D 0 64 1B 74 64 24
Octal 15 272 0 135 0 144 33 164 144 44
Binary 1101 10111010 0 1011101 0 1100100 11011 1110100 1100100 100100

Color Harmonies of #0DBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA00

Black with #0DBA00

Text Example


Text Example

White with #0DBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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