Html Css Color HEX #18CD7A Mountain Meadow

📋 copy color: '#18CD7A'

red 24 ◦ green 205 ◦ blue 122

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

Shades of Mountain Meadow #18CD7A

Tints of Mountain Meadow #18CD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.4%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 6.84%
G = 58.4%
B = 34.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#18CD7A (or 0x18CD7A) is known color: Mountain Meadow. HEX triplet: 18, CD and 7A. RGB value is (24,205,122). Sum of RGB (Red+Green+Blue) = 24+205+122=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CD7A is #E73285. Grayscale: #8D8D8D. Windows color (decimal): -15151750 or 8047896. OLE color: 8047896.

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

Color convert

RGB 24 205 122 -
CMYK 0.88 0 0.40 0.20
HSL 152.49º 0.79% 0.45% -
HSV(B) 152.49º 0.88% 0.8% -
XYZ 25.72 45.26 25.79 -
YUV 141.42 117.03 44.25 -
System Red Green Blue C M Y K H S L
Decimal 24 205 122 0.88 0 0.40 0.20 152.49 0.79 0.45
Hex 18 CD 7A 58 0 28 14 98 4F 2D
Octal 30 315 172 130 0 50 24 230 117 55
Binary 11000 11001101 1111010 1011000 0 101000 10100 10011000 1001111 101101

Color Harmonies of #18CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD7A

Black with #18CD7A

Text Example


Text Example

White with #18CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,122); }

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

background-color css

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

 a { background-color: rgb(24,205,122); }

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

border-color css

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

 span { border-color: rgb(24,205,122); }

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