Html Css Color HEX #18C28A Mountain Meadow

📋 copy color: '#18C28A'

red 24 ◦ green 194 ◦ blue 138

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

Shades of Mountain Meadow #18C28A

Tints of Mountain Meadow #18C28A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 6.74%
G = 54.49%
B = 38.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#18C28A (or 0x18C28A) is known color: Mountain Meadow. HEX triplet: 18, C2 and 8A. RGB value is (24,194,138). Sum of RGB (Red+Green+Blue) = 24+194+138=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #18C28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C28A is #E73D75. Grayscale: #888888. Windows color (decimal): -15154550 or 9093656. OLE color: 9093656.

HSL color Cylindrical-coordinate representation of color #18C28A: hue angle of 160.24º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C28A is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 194 138 -
CMYK 0.88 0 0.29 0.24
HSL 160.24º 0.78% 0.43% -
HSV(B) 160.24º 0.88% 0.76% -
XYZ 24.26 40.61 30.61 -
YUV 136.79 128.68 47.55 -
System Red Green Blue C M Y K H S L
Decimal 24 194 138 0.88 0 0.29 0.24 160.24 0.78 0.43
Hex 18 C2 8A 58 0 1D 18 A0 4E 2B
Octal 30 302 212 130 0 35 30 240 116 53
Binary 11000 11000010 10001010 1011000 0 11101 11000 10100000 1001110 101011

Color Harmonies of #18C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C28A

Black with #18C28A

Text Example


Text Example

White with #18C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,194,138); }

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

background-color css

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

 a { background-color: rgb(24,194,138); }

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

border-color css

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

 span { border-color: rgb(24,194,138); }

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