Html Css Color HEX #0DB375 Jade

📋 copy color: '#0DB375'

red 13 ◦ green 179 ◦ blue 117

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

Shades of Jade #0DB375

Tints of Jade #0DB375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 4.21%
G = 57.93%
B = 37.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#0DB375 (or 0x0DB375) is known color: Jade. HEX triplet: 0D, B3 and 75. RGB value is (13,179,117). Sum of RGB (Red+Green+Blue) = 13+179+117=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB375 is #F24C8A. Grayscale: #7A7A7A. Windows color (decimal): -15879307 or 7713549. OLE color: 7713549.

HSL color Cylindrical-coordinate representation of color #0DB375: hue angle of 157.59º 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 #0DB375 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 117 -
CMYK 0.93 0 0.35 0.30
HSL 157.59º 0.86% 0.38% -
HSV(B) 157.59º 0.93% 0.7% -
XYZ 19.5 33.61 22.29 -
YUV 122.3 125 50.04 -
System Red Green Blue C M Y K H S L
Decimal 13 179 117 0.93 0 0.35 0.30 157.59 0.86 0.38
Hex D B3 75 5D 0 23 1E 9E 56 26
Octal 15 263 165 135 0 43 36 236 126 46
Binary 1101 10110011 1110101 1011101 0 100011 11110 10011110 1010110 100110

Color Harmonies of #0DB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB375

Black with #0DB375

Text Example


Text Example

White with #0DB375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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