Html Css Color HEX #1CCC7A Mountain Meadow

📋 copy color: '#1CCC7A'

red 28 ◦ green 204 ◦ blue 122

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

Shades of Mountain Meadow #1CCC7A

Tints of Mountain Meadow #1CCC7A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.63%

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

R = 7.91%
G = 57.63%
B = 34.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#1CCC7A (or 0x1CCC7A) is known color: Mountain Meadow. HEX triplet: 1C, CC and 7A. RGB value is (28,204,122). Sum of RGB (Red+Green+Blue) = 28+204+122=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCC7A is #E33385. Grayscale: #8E8E8E. Windows color (decimal): -14889862 or 8047644. OLE color: 8047644.

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

Color convert

RGB 28 204 122 -
CMYK 0.86 0 0.40 0.2
HSL 152.05º 0.76% 0.45% -
HSV(B) 152.05º 0.86% 0.8% -
XYZ 25.58 44.84 25.72 -
YUV 142.03 116.69 46.67 -
System Red Green Blue C M Y K H S L
Decimal 28 204 122 0.86 0 0.40 0.2 152.05 0.76 0.45
Hex 1C CC 7A 56 0 28 14 98 4C 2D
Octal 34 314 172 126 0 50 24 230 114 55
Binary 11100 11001100 1111010 1010110 0 101000 10100 10011000 1001100 101101

Color Harmonies of #1CCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC7A

Black with #1CCC7A

Text Example


Text Example

White with #1CCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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