Html Css Color HEX #18A082 Mountain Meadow

📋 copy color: '#18A082'

red 24 ◦ green 160 ◦ blue 130

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

Shades of Mountain Meadow #18A082

Tints of Mountain Meadow #18A082

RGB

 RED value IS 24 (9.77% from 255) = 7.64%

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 7.64%
G = 50.96%
B = 41.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#18A082 (or 0x18A082) is known color: Mountain Meadow. HEX triplet: 18, A0 and 82. RGB value is (24,160,130). Sum of RGB (Red+Green+Blue) = 24+160+130=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #18A082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A082 is #E75F7D. Grayscale: #737373. Windows color (decimal): -15163262 or 8560664. OLE color: 8560664.

HSL color Cylindrical-coordinate representation of color #18A082: hue angle of 166.76º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A082 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 160 130 -
CMYK 0.85 0 0.19 0.37
HSL 166.76º 0.74% 0.36% -
HSV(B) 166.76º 0.85% 0.63% -
XYZ 16.98 26.95 25.43 -
YUV 115.92 135.94 62.44 -
System Red Green Blue C M Y K H S L
Decimal 24 160 130 0.85 0 0.19 0.37 166.76 0.74 0.36
Hex 18 A0 82 55 0 13 25 A7 4A 24
Octal 30 240 202 125 0 23 45 247 112 44
Binary 11000 10100000 10000010 1010101 0 10011 100101 10100111 1001010 100100

Color Harmonies of #18A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A082

Black with #18A082

Text Example


Text Example

White with #18A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A082; }

 p { color: rgb(24,160,130); }

 H1.HeaderClassName
 {
   color: #18A082;
 }
 .AnyTagClassName
 {
   color: #18A082;
 }
</style>

background-color css

<style>
 a { background-color: #18A082; }

 a { background-color: rgb(24,160,130); }

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

border-color css

<style>
 span { border-color: #18A082; }

 span { border-color: rgb(24,160,130); }

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