Html Css Color HEX #0DA671 Jade

📋 copy color: '#0DA671'

red 13 ◦ green 166 ◦ blue 113

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

Shades of Jade #0DA671

Tints of Jade #0DA671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 4.45%
G = 56.85%
B = 38.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#0DA671 (or 0x0DA671) is known color: Jade. HEX triplet: 0D, A6 and 71. RGB value is (13,166,113). Sum of RGB (Red+Green+Blue) = 13+166+113=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA671 is #F2598E. Grayscale: #727272. Windows color (decimal): -15882639 or 7448077. OLE color: 7448077.

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

Color convert

RGB 13 166 113 -
CMYK 0.92 0 0.32 0.35
HSL 159.22º 0.85% 0.35% -
HSV(B) 159.22º 0.92% 0.65% -
XYZ 16.78 28.55 20.25 -
YUV 114.21 127.31 55.81 -
System Red Green Blue C M Y K H S L
Decimal 13 166 113 0.92 0 0.32 0.35 159.22 0.85 0.35
Hex D A6 71 5C 0 20 23 9F 55 23
Octal 15 246 161 134 0 40 43 237 125 43
Binary 1101 10100110 1110001 1011100 0 100000 100011 10011111 1010101 100011

Color Harmonies of #0DA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA671

Black with #0DA671

Text Example


Text Example

White with #0DA671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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