Html Css Color HEX #18BE70 Mountain Meadow

📋 copy color: '#18BE70'

red 24 ◦ green 190 ◦ blue 112

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

Shades of Mountain Meadow #18BE70

Tints of Mountain Meadow #18BE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.28%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 7.36%
G = 58.28%
B = 34.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#18BE70 (or 0x18BE70) is known color: Mountain Meadow. HEX triplet: 18, BE and 70. RGB value is (24,190,112). Sum of RGB (Red+Green+Blue) = 24+190+112=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BE70 is #E7418F. Grayscale: #838383. Windows color (decimal): -15155600 or 7388696. OLE color: 7388696.

HSL color Cylindrical-coordinate representation of color #18BE70: hue angle of 151.81º 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 #18BE70 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 190 112 -
CMYK 0.87 0 0.41 0.25
HSL 151.81º 0.78% 0.42% -
HSV(B) 151.81º 0.87% 0.75% -
XYZ 21.71 38.19 21.56 -
YUV 131.47 117 51.34 -
System Red Green Blue C M Y K H S L
Decimal 24 190 112 0.87 0 0.41 0.25 151.81 0.78 0.42
Hex 18 BE 70 57 0 29 19 98 4E 2A
Octal 30 276 160 127 0 51 31 230 116 52
Binary 11000 10111110 1110000 1010111 0 101001 11001 10011000 1001110 101010

Color Harmonies of #18BE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BE70

Black with #18BE70

Text Example


Text Example

White with #18BE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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