#18BE97

Color #18BE97 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18BE97

Tints of Mountain Meadow #18BE97

Color information

#18BE97 (or 0x18BE97) is unknown color: approx Mountain Meadow. HEX triplet: 18, BE and 97. RGB value is (24,190,151). Sum of RGB (Red+Green+Blue) = 24+190+151=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BE97 is #E74168. Grayscale: #878787. Windows color (decimal): -15155561 or 9944600. OLE color: 9944600.

HSL color Cylindrical-coordinate representation of color #18BE97: hue angle of 165.9º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BE97 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB24190151-
CMYK0.8700.210.25
HSL165.9º77.57%41.96%-
HSV(B)165.9º87.37%74.51%-
XYZ24.3839.2635.57-
YUV135.92136.548.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=6.58%
G=52.05%
B=41.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241901510.8700.210.25165.977.5741.96
Hex18BE975701519a64e2a
Octal302762271270253124611652
Binary110001011111010010111101011101010111001101001101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,190,151); }

 H1.HeaderClassName
 {
   color: #18BE97;
 }
 .AnyTagClassName
 {
   color: #18BE97;
 }
</style>
background-color css

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

 a { background-color: rgb(24,190,151); }

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

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

 span { border-color: rgb(24,190,151); }

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