Html Css Color HEX #0DAB83 Mountain Meadow

📋 copy color: '#0DAB83'

red 13 ◦ green 171 ◦ blue 131

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

Shades of Mountain Meadow #0DAB83

Tints of Mountain Meadow #0DAB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 4.13%
G = 54.29%
B = 41.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#0DAB83 (or 0x0DAB83) is known color: Mountain Meadow. HEX triplet: 0D, AB and 83. RGB value is (13,171,131). Sum of RGB (Red+Green+Blue) = 13+171+131=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB83 is #F2547C. Grayscale: #777777. Windows color (decimal): -15881341 or 8629005. OLE color: 8629005.

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

Color convert

RGB 13 171 131 -
CMYK 0.92 0 0.23 0.33
HSL 164.81º 0.86% 0.36% -
HSV(B) 164.81º 0.92% 0.67% -
XYZ 18.83 30.85 26.44 -
YUV 119.2 134.65 52.25 -
System Red Green Blue C M Y K H S L
Decimal 13 171 131 0.92 0 0.23 0.33 164.81 0.86 0.36
Hex D AB 83 5C 0 17 21 A5 56 24
Octal 15 253 203 134 0 27 41 245 126 44
Binary 1101 10101011 10000011 1011100 0 10111 100001 10100101 1010110 100100

Color Harmonies of #0DAB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB83

Black with #0DAB83

Text Example


Text Example

White with #0DAB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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