Html Css Color HEX #0DBD6D Jade

📋 copy color: '#0DBD6D'

red 13 ◦ green 189 ◦ blue 109

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

Shades of Jade #0DBD6D

Tints of Jade #0DBD6D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.77%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 4.18%
G = 60.77%
B = 35.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#0DBD6D (or 0x0DBD6D) is known color: Jade. HEX triplet: 0D, BD and 6D. RGB value is (13,189,109). Sum of RGB (Red+Green+Blue) = 13+189+109=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBD6D is #F24292. Grayscale: #7F7F7F. Windows color (decimal): -15876755 or 7191821. OLE color: 7191821.

HSL color Cylindrical-coordinate representation of color #0DBD6D: hue angle of 152.73º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD6D is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 189 109 -
CMYK 0.93 0 0.42 0.26
HSL 152.73º 0.87% 0.4% -
HSV(B) 152.73º 0.93% 0.74% -
XYZ 21.12 37.58 20.61 -
YUV 127.26 117.69 46.5 -
System Red Green Blue C M Y K H S L
Decimal 13 189 109 0.93 0 0.42 0.26 152.73 0.87 0.4
Hex D BD 6D 5D 0 2A 1A 99 57 28
Octal 15 275 155 135 0 52 32 231 127 50
Binary 1101 10111101 1101101 1011101 0 101010 11010 10011001 1010111 101000

Color Harmonies of #0DBD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBD6D

Black with #0DBD6D

Text Example


Text Example

White with #0DBD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,189,109); }

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

background-color css

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

 a { background-color: rgb(13,189,109); }

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

border-color css

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

 span { border-color: rgb(13,189,109); }

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