Html Css Color HEX #0DB362 Jade

📋 copy color: '#0DB362'

red 13 ◦ green 179 ◦ blue 98

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

Shades of Jade #0DB362

Tints of Jade #0DB362

RGB

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

 GREEN value IS 179 (70.31% from 255) = 61.72%

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 4.48%
G = 61.72%
B = 33.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#0DB362 (or 0x0DB362) is known color: Jade. HEX triplet: 0D, B3 and 62. RGB value is (13,179,98). Sum of RGB (Red+Green+Blue) = 13+179+98=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 179 (70.31% from 255 or 61.72% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB362 is #F24C9D. Grayscale: #787878. Windows color (decimal): -15879326 or 6468365. OLE color: 6468365.

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

Color convert

RGB 13 179 98 -
CMYK 0.93 0 0.45 0.30
HSL 150.72º 0.86% 0.38% -
HSV(B) 150.72º 0.93% 0.7% -
XYZ 18.49 33.21 16.99 -
YUV 120.13 115.5 51.59 -
System Red Green Blue C M Y K H S L
Decimal 13 179 98 0.93 0 0.45 0.30 150.72 0.86 0.38
Hex D B3 62 5D 0 2D 1E 97 56 26
Octal 15 263 142 135 0 55 36 227 126 46
Binary 1101 10110011 1100010 1011101 0 101101 11110 10010111 1010110 100110

Color Harmonies of #0DB362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB362

Black with #0DB362

Text Example


Text Example

White with #0DB362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,179,98); }

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

background-color css

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

 a { background-color: rgb(13,179,98); }

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

border-color css

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

 span { border-color: rgb(13,179,98); }

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