Html Css Color HEX #1CCA70 Mountain Meadow

📋 copy color: '#1CCA70'

red 28 ◦ green 202 ◦ blue 112

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

Shades of Mountain Meadow #1CCA70

Tints of Mountain Meadow #1CCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.06%

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

R = 8.19%
G = 59.06%
B = 32.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#1CCA70 (or 0x1CCA70) is known color: Mountain Meadow. HEX triplet: 1C, CA and 70. RGB value is (28,202,112). Sum of RGB (Red+Green+Blue) = 28+202+112=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA70 is #E3358F. Grayscale: #8B8B8B. Windows color (decimal): -14890384 or 7391772. OLE color: 7391772.

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

Color convert

RGB 28 202 112 -
CMYK 0.86 0 0.45 0.21
HSL 148.97º 0.76% 0.45% -
HSV(B) 148.97º 0.86% 0.79% -
XYZ 24.52 43.66 22.46 -
YUV 139.71 112.35 48.32 -
System Red Green Blue C M Y K H S L
Decimal 28 202 112 0.86 0 0.45 0.21 148.97 0.76 0.45
Hex 1C CA 70 56 0 2D 15 95 4C 2D
Octal 34 312 160 126 0 55 25 225 114 55
Binary 11100 11001010 1110000 1010110 0 101101 10101 10010101 1001100 101101

Color Harmonies of #1CCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA70

Black with #1CCA70

Text Example


Text Example

White with #1CCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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