Html Css Color HEX #18B274 Mountain Meadow

📋 copy color: '#18B274'

red 24 ◦ green 178 ◦ blue 116

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

Shades of Mountain Meadow #18B274

Tints of Mountain Meadow #18B274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.97%

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

R = 7.55%
G = 55.97%
B = 36.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#18B274 (or 0x18B274) is known color: Mountain Meadow. HEX triplet: 18, B2 and 74. RGB value is (24,178,116). Sum of RGB (Red+Green+Blue) = 24+178+116=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #18B274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B274 is #E74D8B. Grayscale: #7C7C7C. Windows color (decimal): -15158668 or 7647768. OLE color: 7647768.

HSL color Cylindrical-coordinate representation of color #18B274: hue angle of 155.84º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B274 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 178 116 -
CMYK 0.87 0 0.35 0.30
HSL 155.84º 0.76% 0.4% -
HSV(B) 155.84º 0.87% 0.7% -
XYZ 19.45 33.3 21.92 -
YUV 124.89 122.98 56.04 -
System Red Green Blue C M Y K H S L
Decimal 24 178 116 0.87 0 0.35 0.30 155.84 0.76 0.4
Hex 18 B2 74 57 0 23 1E 9C 4C 28
Octal 30 262 164 127 0 43 36 234 114 50
Binary 11000 10110010 1110100 1010111 0 100011 11110 10011100 1001100 101000

Color Harmonies of #18B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B274

Black with #18B274

Text Example


Text Example

White with #18B274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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