Html Css Color HEX #18CB82 Mountain Meadow

📋 copy color: '#18CB82'

red 24 ◦ green 203 ◦ blue 130

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

Shades of Mountain Meadow #18CB82

Tints of Mountain Meadow #18CB82

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.86%

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

R = 6.72%
G = 56.86%
B = 36.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#18CB82 (or 0x18CB82) is known color: Mountain Meadow. HEX triplet: 18, CB and 82. RGB value is (24,203,130). Sum of RGB (Red+Green+Blue) = 24+203+130=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CB82 is #E7347D. Grayscale: #8D8D8D. Windows color (decimal): -15152254 or 8571672. OLE color: 8571672.

HSL color Cylindrical-coordinate representation of color #18CB82: hue angle of 155.53º 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 #18CB82 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 203 130 -
CMYK 0.88 0 0.36 0.20
HSL 155.53º 0.79% 0.45% -
HSV(B) 155.53º 0.88% 0.8% -
XYZ 25.76 44.52 28.35 -
YUV 141.16 121.7 44.44 -
System Red Green Blue C M Y K H S L
Decimal 24 203 130 0.88 0 0.36 0.20 155.53 0.79 0.45
Hex 18 CB 82 58 0 24 14 9C 4F 2D
Octal 30 313 202 130 0 44 24 234 117 55
Binary 11000 11001011 10000010 1011000 0 100100 10100 10011100 1001111 101101

Color Harmonies of #18CB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CB82

Black with #18CB82

Text Example


Text Example

White with #18CB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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