Html Css Color HEX #1CB990 Mountain Meadow

📋 copy color: '#1CB990'

red 28 ◦ green 185 ◦ blue 144

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

Shades of Mountain Meadow #1CB990

Tints of Mountain Meadow #1CB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.82%

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 7.84%
G = 51.82%
B = 40.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#1CB990 (or 0x1CB990) is known color: Mountain Meadow. HEX triplet: 1C, B9 and 90. RGB value is (28,185,144). Sum of RGB (Red+Green+Blue) = 28+185+144=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB990 is #E3466F. Grayscale: #858585. Windows color (decimal): -14894704 or 9484572. OLE color: 9484572.

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

Color convert

RGB 28 185 144 -
CMYK 0.85 0 0.22 0.27
HSL 164.33º 0.74% 0.42% -
HSV(B) 164.33º 0.85% 0.73% -
XYZ 22.86 36.96 32.31 -
YUV 133.38 133.99 52.83 -
System Red Green Blue C M Y K H S L
Decimal 28 185 144 0.85 0 0.22 0.27 164.33 0.74 0.42
Hex 1C B9 90 55 0 16 1B A4 4A 2A
Octal 34 271 220 125 0 26 33 244 112 52
Binary 11100 10111001 10010000 1010101 0 10110 11011 10100100 1001010 101010

Color Harmonies of #1CB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB990

Black with #1CB990

Text Example


Text Example

White with #1CB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,185,144); }

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

background-color css

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

 a { background-color: rgb(28,185,144); }

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

border-color css

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

 span { border-color: rgb(28,185,144); }

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