Html Css Color HEX #0DB214 Islamic Green

📋 copy color: '#0DB214'

red 13 ◦ green 178 ◦ blue 20

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

Shades of Islamic Green #0DB214

Tints of Islamic Green #0DB214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 84.36%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 6.16%
G = 84.36%
B = 9.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#0DB214 (or 0x0DB214) is known color: Islamic Green. HEX triplet: 0D, B2 and 14. RGB value is (13,178,20). Sum of RGB (Red+Green+Blue) = 13+178+20=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 178 (69.92% from 255 or 84.36% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB214 is #F24DEB. Grayscale: #6F6F6F. Windows color (decimal): -15879660 or 1356301. OLE color: 1356301.

HSL color Cylindrical-coordinate representation of color #0DB214: hue angle of 122.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB214 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 178 20 -
CMYK 0.93 0 0.89 0.30
HSL 122.55º 0.86% 0.37% -
HSV(B) 122.55º 0.93% 0.7% -
XYZ 16.21 31.98 5.98 -
YUV 110.65 76.84 58.35 -
System Red Green Blue C M Y K H S L
Decimal 13 178 20 0.93 0 0.89 0.30 122.55 0.86 0.37
Hex D B2 14 5D 0 59 1E 7B 56 25
Octal 15 262 24 135 0 131 36 173 126 45
Binary 1101 10110010 10100 1011101 0 1011001 11110 1111011 1010110 100101

Color Harmonies of #0DB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB214

Black with #0DB214

Text Example


Text Example

White with #0DB214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,178,20); }

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

background-color css

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

 a { background-color: rgb(13,178,20); }

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

border-color css

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

 span { border-color: rgb(13,178,20); }

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