Html Css Color HEX #0DBE0C Islamic Green

📋 copy color: '#0DBE0C'

red 13 ◦ green 190 ◦ blue 12

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

Shades of Islamic Green #0DBE0C

Tints of Islamic Green #0DBE0C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 88.37%

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 6.05%
G = 88.37%
B = 5.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#0DBE0C (or 0x0DBE0C) is known color: Islamic Green. HEX triplet: 0D, BE and 0C. RGB value is (13,190,12). Sum of RGB (Red+Green+Blue) = 13+190+12=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 190 (74.61% from 255 or 88.37% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBE0C is #F241F3. Grayscale: #757575. Windows color (decimal): -15876596 or 835085. OLE color: 835085.

HSL color Cylindrical-coordinate representation of color #0DBE0C: hue angle of 119.66º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBE0C is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 190 12 -
CMYK 0.93 0 0.94 0.25
HSL 119.66º 0.88% 0.4% -
HSV(B) 119.66º 0.94% 0.75% -
XYZ 18.65 36.94 6.5 -
YUV 116.79 68.86 53.97 -
System Red Green Blue C M Y K H S L
Decimal 13 190 12 0.93 0 0.94 0.25 119.66 0.88 0.4
Hex D BE C 5D 0 5E 19 78 58 28
Octal 15 276 14 135 0 136 31 170 130 50
Binary 1101 10111110 1100 1011101 0 1011110 11001 1111000 1011000 101000

Color Harmonies of #0DBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE0C

Black with #0DBE0C

Text Example


Text Example

White with #0DBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,190,12); }

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

background-color css

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

 a { background-color: rgb(13,190,12); }

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

border-color css

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

 span { border-color: rgb(13,190,12); }

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