Html Css Color HEX #18CD74 Mountain Meadow

📋 copy color: '#18CD74'

red 24 ◦ green 205 ◦ blue 116

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

Shades of Mountain Meadow #18CD74

Tints of Mountain Meadow #18CD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 6.96%
G = 59.42%
B = 33.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#18CD74 (or 0x18CD74) is known color: Mountain Meadow. HEX triplet: 18, CD and 74. RGB value is (24,205,116). Sum of RGB (Red+Green+Blue) = 24+205+116=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CD74 is #E7328B. Grayscale: #8C8C8C. Windows color (decimal): -15151756 or 7654680. OLE color: 7654680.

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

Color convert

RGB 24 205 116 -
CMYK 0.88 0 0.43 0.20
HSL 150.5º 0.79% 0.45% -
HSV(B) 150.5º 0.88% 0.8% -
XYZ 25.36 45.12 23.89 -
YUV 140.74 114.03 44.74 -
System Red Green Blue C M Y K H S L
Decimal 24 205 116 0.88 0 0.43 0.20 150.5 0.79 0.45
Hex 18 CD 74 58 0 2B 14 96 4F 2D
Octal 30 315 164 130 0 53 24 226 117 55
Binary 11000 11001101 1110100 1011000 0 101011 10100 10010110 1001111 101101

Color Harmonies of #18CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD74

Black with #18CD74

Text Example


Text Example

White with #18CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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