Html Css Color HEX #18B075 Mountain Meadow

📋 copy color: '#18B075'

red 24 ◦ green 176 ◦ blue 117

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

Shades of Mountain Meadow #18B075

Tints of Mountain Meadow #18B075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.52%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 7.57%
G = 55.52%
B = 36.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#18B075 (or 0x18B075) is known color: Mountain Meadow. HEX triplet: 18, B0 and 75. RGB value is (24,176,117). Sum of RGB (Red+Green+Blue) = 24+176+117=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #18B075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B075 is #E74F8A. Grayscale: #7B7B7B. Windows color (decimal): -15159179 or 7712792. OLE color: 7712792.

HSL color Cylindrical-coordinate representation of color #18B075: hue angle of 156.71º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B075 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 176 117 -
CMYK 0.86 0 0.34 0.31
HSL 156.71º 0.76% 0.39% -
HSV(B) 156.71º 0.86% 0.69% -
XYZ 19.11 32.53 22.1 -
YUV 123.83 124.14 56.8 -
System Red Green Blue C M Y K H S L
Decimal 24 176 117 0.86 0 0.34 0.31 156.71 0.76 0.39
Hex 18 B0 75 56 0 22 1F 9D 4C 27
Octal 30 260 165 126 0 42 37 235 114 47
Binary 11000 10110000 1110101 1010110 0 100010 11111 10011101 1001100 100111

Color Harmonies of #18B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B075

Black with #18B075

Text Example


Text Example

White with #18B075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,176,117); }

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

background-color css

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

 a { background-color: rgb(24,176,117); }

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

border-color css

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

 span { border-color: rgb(24,176,117); }

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