Html Css Color HEX #1CCD70 Mountain Meadow

📋 copy color: '#1CCD70'

red 28 ◦ green 205 ◦ blue 112

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

Shades of Mountain Meadow #1CCD70

Tints of Mountain Meadow #1CCD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.42%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 8.12%
G = 59.42%
B = 32.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#1CCD70 (or 0x1CCD70) is known color: Mountain Meadow. HEX triplet: 1C, CD and 70. RGB value is (28,205,112). Sum of RGB (Red+Green+Blue) = 28+205+112=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCD70 is #E3328F. Grayscale: #8D8D8D. Windows color (decimal): -14889616 or 7392540. OLE color: 7392540.

HSL color Cylindrical-coordinate representation of color #1CCD70: hue angle of 148.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCD70 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 205 112 -
CMYK 0.86 0 0.45 0.20
HSL 148.47º 0.76% 0.46% -
HSV(B) 148.47º 0.86% 0.8% -
XYZ 25.23 45.08 22.7 -
YUV 141.48 111.36 47.06 -
System Red Green Blue C M Y K H S L
Decimal 28 205 112 0.86 0 0.45 0.20 148.47 0.76 0.46
Hex 1C CD 70 56 0 2D 14 94 4C 2E
Octal 34 315 160 126 0 55 24 224 114 56
Binary 11100 11001101 1110000 1010110 0 101101 10100 10010100 1001100 101110

Color Harmonies of #1CCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCD70

Black with #1CCD70

Text Example


Text Example

White with #1CCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,205,112); }

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

background-color css

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

 a { background-color: rgb(28,205,112); }

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

border-color css

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

 span { border-color: rgb(28,205,112); }

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