Html Css Color HEX #18C274 Mountain Meadow

📋 copy color: '#18C274'

red 24 ◦ green 194 ◦ blue 116

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

Shades of Mountain Meadow #18C274

Tints of Mountain Meadow #18C274

RGB

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

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

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

R = 7.19%
G = 58.08%
B = 34.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#18C274 (or 0x18C274) is known color: Mountain Meadow. HEX triplet: 18, C2 and 74. RGB value is (24,194,116). Sum of RGB (Red+Green+Blue) = 24+194+116=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #18C274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C274 is #E73D8B. Grayscale: #868686. Windows color (decimal): -15154572 or 7651864. OLE color: 7651864.

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

Color convert

RGB 24 194 116 -
CMYK 0.88 0 0.40 0.24
HSL 152.47º 0.78% 0.43% -
HSV(B) 152.47º 0.88% 0.76% -
XYZ 22.82 40.04 23.05 -
YUV 134.28 117.68 49.34 -
System Red Green Blue C M Y K H S L
Decimal 24 194 116 0.88 0 0.40 0.24 152.47 0.78 0.43
Hex 18 C2 74 58 0 28 18 98 4E 2B
Octal 30 302 164 130 0 50 30 230 116 53
Binary 11000 11000010 1110100 1011000 0 101000 11000 10011000 1001110 101011

Color Harmonies of #18C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C274

Black with #18C274

Text Example


Text Example

White with #18C274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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