Html Css Color HEX #0DA36D Jade

📋 copy color: '#0DA36D'

red 13 ◦ green 163 ◦ blue 109

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

Shades of Jade #0DA36D

Tints of Jade #0DA36D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.19%

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

R = 4.56%
G = 57.19%
B = 38.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#0DA36D (or 0x0DA36D) is known color: Jade. HEX triplet: 0D, A3 and 6D. RGB value is (13,163,109). Sum of RGB (Red+Green+Blue) = 13+163+109=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA36D is #F25C92. Grayscale: #707070. Windows color (decimal): -15883411 or 7185165. OLE color: 7185165.

HSL color Cylindrical-coordinate representation of color #0DA36D: hue angle of 158.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA36D is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 163 109 -
CMYK 0.92 0 0.33 0.36
HSL 158.4º 0.85% 0.35% -
HSV(B) 158.4º 0.92% 0.64% -
XYZ 16.02 27.38 18.91 -
YUV 111.99 126.31 57.39 -
System Red Green Blue C M Y K H S L
Decimal 13 163 109 0.92 0 0.33 0.36 158.4 0.85 0.35
Hex D A3 6D 5C 0 21 24 9E 55 23
Octal 15 243 155 134 0 41 44 236 125 43
Binary 1101 10100011 1101101 1011100 0 100001 100100 10011110 1010101 100011

Color Harmonies of #0DA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA36D

Black with #0DA36D

Text Example


Text Example

White with #0DA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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