Html Css Color HEX #18CC85 Mountain Meadow

📋 copy color: '#18CC85'

red 24 ◦ green 204 ◦ blue 133

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

Shades of Mountain Meadow #18CC85

Tints of Mountain Meadow #18CC85

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.51%

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 6.65%
G = 56.51%
B = 36.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#18CC85 (or 0x18CC85) is known color: Mountain Meadow. HEX triplet: 18, CC and 85. RGB value is (24,204,133). Sum of RGB (Red+Green+Blue) = 24+204+133=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CC85 is #E7337A. Grayscale: #8E8E8E. Windows color (decimal): -15151995 or 8768536. OLE color: 8768536.

HSL color Cylindrical-coordinate representation of color #18CC85: hue angle of 156.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC85 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 133 -
CMYK 0.88 0 0.35 0.2
HSL 156.33º 0.79% 0.45% -
HSV(B) 156.33º 0.88% 0.8% -
XYZ 26.2 45.07 29.51 -
YUV 142.09 122.87 43.77 -
System Red Green Blue C M Y K H S L
Decimal 24 204 133 0.88 0 0.35 0.2 156.33 0.79 0.45
Hex 18 CC 85 58 0 23 14 9C 4F 2D
Octal 30 314 205 130 0 43 24 234 117 55
Binary 11000 11001100 10000101 1011000 0 100011 10100 10011100 1001111 101101

Color Harmonies of #18CC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC85

Black with #18CC85

Text Example


Text Example

White with #18CC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,133); }

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

background-color css

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

 a { background-color: rgb(24,204,133); }

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

border-color css

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

 span { border-color: rgb(24,204,133); }

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