Html Css Color HEX #1CCA6E Mountain Meadow

📋 copy color: '#1CCA6E'

red 28 ◦ green 202 ◦ blue 110

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

Shades of Mountain Meadow #1CCA6E

Tints of Mountain Meadow #1CCA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 8.24%
G = 59.41%
B = 32.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#1CCA6E (or 0x1CCA6E) is known color: Mountain Meadow. HEX triplet: 1C, CA and 6E. RGB value is (28,202,110). Sum of RGB (Red+Green+Blue) = 28+202+110=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA6E is #E33591. Grayscale: #8B8B8B. Windows color (decimal): -14890386 or 7260700. OLE color: 7260700.

HSL color Cylindrical-coordinate representation of color #1CCA6E: hue angle of 148.28º 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 #1CCA6E is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 110 -
CMYK 0.86 0 0.46 0.21
HSL 148.28º 0.76% 0.45% -
HSV(B) 148.28º 0.86% 0.79% -
XYZ 24.41 43.61 21.88 -
YUV 139.49 111.35 48.48 -
System Red Green Blue C M Y K H S L
Decimal 28 202 110 0.86 0 0.46 0.21 148.28 0.76 0.45
Hex 1C CA 6E 56 0 2E 15 94 4C 2D
Octal 34 312 156 126 0 56 25 224 114 55
Binary 11100 11001010 1101110 1010110 0 101110 10101 10010100 1001100 101101

Color Harmonies of #1CCA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA6E

Black with #1CCA6E

Text Example


Text Example

White with #1CCA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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