Html Css Color HEX #0DA670 Jade

📋 copy color: '#0DA670'

red 13 ◦ green 166 ◦ blue 112

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

Shades of Jade #0DA670

Tints of Jade #0DA670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.04%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 4.47%
G = 57.04%
B = 38.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#0DA670 (or 0x0DA670) is known color: Jade. HEX triplet: 0D, A6 and 70. RGB value is (13,166,112). Sum of RGB (Red+Green+Blue) = 13+166+112=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA670 is #F2598F. Grayscale: #727272. Windows color (decimal): -15882640 or 7382541. OLE color: 7382541.

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

Color convert

RGB 13 166 112 -
CMYK 0.92 0 0.33 0.35
HSL 158.82º 0.85% 0.35% -
HSV(B) 158.82º 0.92% 0.65% -
XYZ 16.73 28.53 19.95 -
YUV 114.1 126.81 55.89 -
System Red Green Blue C M Y K H S L
Decimal 13 166 112 0.92 0 0.33 0.35 158.82 0.85 0.35
Hex D A6 70 5C 0 21 23 9F 55 23
Octal 15 246 160 134 0 41 43 237 125 43
Binary 1101 10100110 1110000 1011100 0 100001 100011 10011111 1010101 100011

Color Harmonies of #0DA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA670

Black with #0DA670

Text Example


Text Example

White with #0DA670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,166,112); }

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

background-color css

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

 a { background-color: rgb(13,166,112); }

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

border-color css

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

 span { border-color: rgb(13,166,112); }

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