Html Css Color HEX #18AF70 Mountain Meadow

📋 copy color: '#18AF70'

red 24 ◦ green 175 ◦ blue 112

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

Shades of Mountain Meadow #18AF70

Tints of Mountain Meadow #18AF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.27%

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

R = 7.72%
G = 56.27%
B = 36.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#18AF70 (or 0x18AF70) is known color: Mountain Meadow. HEX triplet: 18, AF and 70. RGB value is (24,175,112). Sum of RGB (Red+Green+Blue) = 24+175+112=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF70 is #E7508F. Grayscale: #7A7A7A. Windows color (decimal): -15159440 or 7384856. OLE color: 7384856.

HSL color Cylindrical-coordinate representation of color #18AF70: hue angle of 154.97º 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 #18AF70 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 112 -
CMYK 0.86 0 0.36 0.31
HSL 154.97º 0.76% 0.39% -
HSV(B) 154.97º 0.86% 0.69% -
XYZ 18.63 32.02 20.53 -
YUV 122.67 121.97 57.62 -
System Red Green Blue C M Y K H S L
Decimal 24 175 112 0.86 0 0.36 0.31 154.97 0.76 0.39
Hex 18 AF 70 56 0 24 1F 9B 4C 27
Octal 30 257 160 126 0 44 37 233 114 47
Binary 11000 10101111 1110000 1010110 0 100100 11111 10011011 1001100 100111

Color Harmonies of #18AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF70

Black with #18AF70

Text Example


Text Example

White with #18AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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