Html Css Color HEX #0DA771 Jade

📋 copy color: '#0DA771'

red 13 ◦ green 167 ◦ blue 113

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

Shades of Jade #0DA771

Tints of Jade #0DA771

RGB

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

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

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

R = 4.44%
G = 57%
B = 38.57%

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

#0DA771 (or 0x0DA771) is known color: Jade. HEX triplet: 0D, A7 and 71. RGB value is (13,167,113). Sum of RGB (Red+Green+Blue) = 13+167+113=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA771 is #F2588E. Grayscale: #727272. Windows color (decimal): -15882383 or 7448333. OLE color: 7448333.

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

Color convert

RGB 13 167 113 -
CMYK 0.92 0 0.32 0.35
HSL 158.96º 0.86% 0.35% -
HSV(B) 158.96º 0.92% 0.65% -
XYZ 16.97 28.92 20.31 -
YUV 114.8 126.98 55.39 -
System Red Green Blue C M Y K H S L
Decimal 13 167 113 0.92 0 0.32 0.35 158.96 0.86 0.35
Hex D A7 71 5C 0 20 23 9F 56 23
Octal 15 247 161 134 0 40 43 237 126 43
Binary 1101 10100111 1110001 1011100 0 100000 100011 10011111 1010110 100011

Color Harmonies of #0DA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA771

Black with #0DA771

Text Example


Text Example

White with #0DA771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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