Html Css Color HEX #0DAB77 Jade

📋 copy color: '#0DAB77'

red 13 ◦ green 171 ◦ blue 119

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

Shades of Jade #0DAB77

Tints of Jade #0DAB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 4.29%
G = 56.44%
B = 39.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#0DAB77 (or 0x0DAB77) is known color: Jade. HEX triplet: 0D, AB and 77. RGB value is (13,171,119). Sum of RGB (Red+Green+Blue) = 13+171+119=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB77 is #F25488. Grayscale: #757575. Windows color (decimal): -15881353 or 7842573. OLE color: 7842573.

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

Color convert

RGB 13 171 119 -
CMYK 0.92 0 0.30 0.33
HSL 160.25º 0.86% 0.36% -
HSV(B) 160.25º 0.92% 0.67% -
XYZ 18.06 30.54 22.4 -
YUV 117.83 128.65 53.23 -
System Red Green Blue C M Y K H S L
Decimal 13 171 119 0.92 0 0.30 0.33 160.25 0.86 0.36
Hex D AB 77 5C 0 1E 21 A0 56 24
Octal 15 253 167 134 0 36 41 240 126 44
Binary 1101 10101011 1110111 1011100 0 11110 100001 10100000 1010110 100100

Color Harmonies of #0DAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB77

Black with #0DAB77

Text Example


Text Example

White with #0DAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,119); }

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

background-color css

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

 a { background-color: rgb(13,171,119); }

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

border-color css

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

 span { border-color: rgb(13,171,119); }

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