Html Css Color HEX #18C990 Mountain Meadow

📋 copy color: '#18C990'

red 24 ◦ green 201 ◦ blue 144

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

Shades of Mountain Meadow #18C990

Tints of Mountain Meadow #18C990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.47%

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 6.5%
G = 54.47%
B = 39.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#18C990 (or 0x18C990) is known color: Mountain Meadow. HEX triplet: 18, C9 and 90. RGB value is (24,201,144). Sum of RGB (Red+Green+Blue) = 24+201+144=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #18C990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C990 is #E7366F. Grayscale: #8D8D8D. Windows color (decimal): -15152752 or 9488664. OLE color: 9488664.

HSL color Cylindrical-coordinate representation of color #18C990: hue angle of 160.68º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C990 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 201 144 -
CMYK 0.88 0 0.28 0.21
HSL 160.68º 0.79% 0.44% -
HSV(B) 160.68º 0.88% 0.79% -
XYZ 26.3 43.98 33.49 -
YUV 141.58 129.36 44.13 -
System Red Green Blue C M Y K H S L
Decimal 24 201 144 0.88 0 0.28 0.21 160.68 0.79 0.44
Hex 18 C9 90 58 0 1C 15 A1 4F 2C
Octal 30 311 220 130 0 34 25 241 117 54
Binary 11000 11001001 10010000 1011000 0 11100 10101 10100001 1001111 101100

Color Harmonies of #18C990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C990

Black with #18C990

Text Example


Text Example

White with #18C990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,201,144); }

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

background-color css

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

 a { background-color: rgb(24,201,144); }

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

border-color css

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

 span { border-color: rgb(24,201,144); }

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