Html Css Color HEX #0DA96C Jade

📋 copy color: '#0DA96C'

red 13 ◦ green 169 ◦ blue 108

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

Shades of Jade #0DA96C

Tints of Jade #0DA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 58.28%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 4.48%
G = 58.28%
B = 37.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#0DA96C (or 0x0DA96C) is known color: Jade. HEX triplet: 0D, A9 and 6C. RGB value is (13,169,108). Sum of RGB (Red+Green+Blue) = 13+169+108=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA96C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA96C is #F25693. Grayscale: #737373. Windows color (decimal): -15881876 or 7121165. OLE color: 7121165.

HSL color Cylindrical-coordinate representation of color #0DA96C: hue angle of 156.54º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA96C is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 169 108 -
CMYK 0.92 0 0.36 0.34
HSL 156.54º 0.86% 0.36% -
HSV(B) 156.54º 0.92% 0.66% -
XYZ 17.06 29.54 18.99 -
YUV 115.4 123.82 54.96 -
System Red Green Blue C M Y K H S L
Decimal 13 169 108 0.92 0 0.36 0.34 156.54 0.86 0.36
Hex D A9 6C 5C 0 24 22 9D 56 24
Octal 15 251 154 134 0 44 42 235 126 44
Binary 1101 10101001 1101100 1011100 0 100100 100010 10011101 1010110 100100

Color Harmonies of #0DA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA96C

Black with #0DA96C

Text Example


Text Example

White with #0DA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,169,108); }

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

background-color css

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

 a { background-color: rgb(13,169,108); }

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

border-color css

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

 span { border-color: rgb(13,169,108); }

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