Html Css Color HEX #1CD37A Mountain Meadow

📋 copy color: '#1CD37A'

red 28 ◦ green 211 ◦ blue 122

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

Shades of Mountain Meadow #1CD37A

Tints of Mountain Meadow #1CD37A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.45%

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 7.76%
G = 58.45%
B = 33.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#1CD37A (or 0x1CD37A) is known color: Mountain Meadow. HEX triplet: 1C, D3 and 7A. RGB value is (28,211,122). Sum of RGB (Red+Green+Blue) = 28+211+122=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #1CD37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD37A is #E32C85. Grayscale: #929292. Windows color (decimal): -14888070 or 8049436. OLE color: 8049436.

HSL color Cylindrical-coordinate representation of color #1CD37A: hue angle of 150.82º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD37A is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 28 211 122 -
CMYK 0.87 0 0.42 0.17
HSL 150.82º 0.77% 0.47% -
HSV(B) 150.82º 0.87% 0.83% -
XYZ 27.29 48.24 26.29 -
YUV 146.14 114.37 43.74 -
System Red Green Blue C M Y K H S L
Decimal 28 211 122 0.87 0 0.42 0.17 150.82 0.77 0.47
Hex 1C D3 7A 57 0 2A 11 97 4D 2F
Octal 34 323 172 127 0 52 21 227 115 57
Binary 11100 11010011 1111010 1010111 0 101010 10001 10010111 1001101 101111

Color Harmonies of #1CD37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD37A

Black with #1CD37A

Text Example


Text Example

White with #1CD37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,211,122); }

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

background-color css

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

 a { background-color: rgb(28,211,122); }

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

border-color css

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

 span { border-color: rgb(28,211,122); }

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