Html Css Color HEX #0DAB72 Jade

📋 copy color: '#0DAB72'

red 13 ◦ green 171 ◦ blue 114

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

Shades of Jade #0DAB72

Tints of Jade #0DAB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 4.36%
G = 57.38%
B = 38.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#0DAB72 (or 0x0DAB72) is known color: Jade. HEX triplet: 0D, AB and 72. RGB value is (13,171,114). Sum of RGB (Red+Green+Blue) = 13+171+114=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB72 is #F2548D. Grayscale: #757575. Windows color (decimal): -15881358 or 7514893. OLE color: 7514893.

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

Color convert

RGB 13 171 114 -
CMYK 0.92 0 0.33 0.33
HSL 158.35º 0.86% 0.36% -
HSV(B) 158.35º 0.92% 0.67% -
XYZ 17.77 30.43 20.86 -
YUV 117.26 126.15 53.63 -
System Red Green Blue C M Y K H S L
Decimal 13 171 114 0.92 0 0.33 0.33 158.35 0.86 0.36
Hex D AB 72 5C 0 21 21 9E 56 24
Octal 15 253 162 134 0 41 41 236 126 44
Binary 1101 10101011 1110010 1011100 0 100001 100001 10011110 1010110 100100

Color Harmonies of #0DAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB72

Black with #0DAB72

Text Example


Text Example

White with #0DAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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