Html Css Color HEX #1CB481 Mountain Meadow

📋 copy color: '#1CB481'

red 28 ◦ green 180 ◦ blue 129

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

Shades of Mountain Meadow #1CB481

Tints of Mountain Meadow #1CB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.41%

 BLUE value IS 129 (50.78% from 255) = 38.28%

R = 8.31%
G = 53.41%
B = 38.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#1CB481 (or 0x1CB481) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 81. RGB value is (28,180,129). Sum of RGB (Red+Green+Blue) = 28+180+129=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB481 is #E34B7E. Grayscale: #808080. Windows color (decimal): -14895999 or 8500252. OLE color: 8500252.

HSL color Cylindrical-coordinate representation of color #1CB481: hue angle of 159.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB481 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 180 129 -
CMYK 0.84 0 0.28 0.29
HSL 159.87º 0.73% 0.41% -
HSV(B) 159.87º 0.84% 0.71% -
XYZ 20.76 34.47 26.33 -
YUV 128.74 128.14 56.15 -
System Red Green Blue C M Y K H S L
Decimal 28 180 129 0.84 0 0.28 0.29 159.87 0.73 0.41
Hex 1C B4 81 54 0 1C 1D A0 49 29
Octal 34 264 201 124 0 34 35 240 111 51
Binary 11100 10110100 10000001 1010100 0 11100 11101 10100000 1001001 101001

Color Harmonies of #1CB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB481

Black with #1CB481

Text Example


Text Example

White with #1CB481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,180,129); }

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

background-color css

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

 a { background-color: rgb(28,180,129); }

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

border-color css

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

 span { border-color: rgb(28,180,129); }

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