Html Css Color HEX #18CC88 Mountain Meadow

📋 copy color: '#18CC88'

red 24 ◦ green 204 ◦ blue 136

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

Shades of Mountain Meadow #18CC88

Tints of Mountain Meadow #18CC88

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.04%

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 6.59%
G = 56.04%
B = 37.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#18CC88 (or 0x18CC88) is known color: Mountain Meadow. HEX triplet: 18, CC and 88. RGB value is (24,204,136). Sum of RGB (Red+Green+Blue) = 24+204+136=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CC88 is #E73377. Grayscale: #8E8E8E. Windows color (decimal): -15151992 or 8965144. OLE color: 8965144.

HSL color Cylindrical-coordinate representation of color #18CC88: hue angle of 157.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC88 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 136 -
CMYK 0.88 0 0.33 0.2
HSL 157.33º 0.79% 0.45% -
HSV(B) 157.33º 0.88% 0.8% -
XYZ 26.41 45.16 30.62 -
YUV 142.43 124.37 43.53 -
System Red Green Blue C M Y K H S L
Decimal 24 204 136 0.88 0 0.33 0.2 157.33 0.79 0.45
Hex 18 CC 88 58 0 21 14 9D 4F 2D
Octal 30 314 210 130 0 41 24 235 117 55
Binary 11000 11001100 10001000 1011000 0 100001 10100 10011101 1001111 101101

Color Harmonies of #18CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC88

Black with #18CC88

Text Example


Text Example

White with #18CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,136); }

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

background-color css

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

 a { background-color: rgb(24,204,136); }

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

border-color css

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

 span { border-color: rgb(24,204,136); }

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