Html Css Color HEX #1CB88A Mountain Meadow

📋 copy color: '#1CB88A'

red 28 ◦ green 184 ◦ blue 138

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

Shades of Mountain Meadow #1CB88A

Tints of Mountain Meadow #1CB88A

RGB

 RED value IS 28 (11.33% from 255) = 8%

 GREEN value IS 184 (72.27% from 255) = 52.57%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 8%
G = 52.57%
B = 39.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#1CB88A (or 0x1CB88A) is known color: Mountain Meadow. HEX triplet: 1C, B8 and 8A. RGB value is (28,184,138). Sum of RGB (Red+Green+Blue) = 28+184+138=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB88A is #E34775. Grayscale: #848484. Windows color (decimal): -14894966 or 9091100. OLE color: 9091100.

HSL color Cylindrical-coordinate representation of color #1CB88A: hue angle of 162.31º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB88A is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 184 138 -
CMYK 0.85 0 0.25 0.28
HSL 162.31º 0.74% 0.42% -
HSV(B) 162.31º 0.85% 0.72% -
XYZ 22.21 36.36 29.89 -
YUV 132.11 131.32 53.74 -
System Red Green Blue C M Y K H S L
Decimal 28 184 138 0.85 0 0.25 0.28 162.31 0.74 0.42
Hex 1C B8 8A 55 0 19 1C A2 4A 2A
Octal 34 270 212 125 0 31 34 242 112 52
Binary 11100 10111000 10001010 1010101 0 11001 11100 10100010 1001010 101010

Color Harmonies of #1CB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB88A

Black with #1CB88A

Text Example


Text Example

White with #1CB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CB88A; }

 p { color: rgb(28,184,138); }

 H1.HeaderClassName
 {
   color: #1CB88A;
 }
 .AnyTagClassName
 {
   color: #1CB88A;
 }
</style>

background-color css

<style>
 a { background-color: #1CB88A; }

 a { background-color: rgb(28,184,138); }

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

border-color css

<style>
 span { border-color: #1CB88A; }

 span { border-color: rgb(28,184,138); }

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