Html Css Color HEX #0DA770 Jade

📋 copy color: '#0DA770'

red 13 ◦ green 167 ◦ blue 112

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

Shades of Jade #0DA770

Tints of Jade #0DA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 57.19%

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

R = 4.45%
G = 57.19%
B = 38.36%

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

#0DA770 (or 0x0DA770) is known color: Jade. HEX triplet: 0D, A7 and 70. RGB value is (13,167,112). Sum of RGB (Red+Green+Blue) = 13+167+112=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 167 (65.62% from 255 or 57.19% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA770 is #F2588F. Grayscale: #727272. Windows color (decimal): -15882384 or 7382797. OLE color: 7382797.

HSL color Cylindrical-coordinate representation of color #0DA770: hue angle of 158.57º degrees, saturation: 0.86, 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 #0DA770 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 167 112 -
CMYK 0.92 0 0.33 0.35
HSL 158.57º 0.86% 0.35% -
HSV(B) 158.57º 0.92% 0.65% -
XYZ 16.91 28.89 20.01 -
YUV 114.68 126.48 55.47 -
System Red Green Blue C M Y K H S L
Decimal 13 167 112 0.92 0 0.33 0.35 158.57 0.86 0.35
Hex D A7 70 5C 0 21 23 9F 56 23
Octal 15 247 160 134 0 41 43 237 126 43
Binary 1101 10100111 1110000 1011100 0 100001 100011 10011111 1010110 100011

Color Harmonies of #0DA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA770

Black with #0DA770

Text Example


Text Example

White with #0DA770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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