Html Css Color HEX #1CA76F Mountain Meadow

📋 copy color: '#1CA76F'

red 28 ◦ green 167 ◦ blue 111

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

Shades of Mountain Meadow #1CA76F

Tints of Mountain Meadow #1CA76F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.58%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 9.15%
G = 54.58%
B = 36.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#1CA76F (or 0x1CA76F) is known color: Mountain Meadow. HEX triplet: 1C, A7 and 6F. RGB value is (28,167,111). Sum of RGB (Red+Green+Blue) = 28+167+111=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA76F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA76F is #E35890. Grayscale: #777777. Windows color (decimal): -14899345 or 7317276. OLE color: 7317276.

HSL color Cylindrical-coordinate representation of color #1CA76F: hue angle of 155.83º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA76F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 28 167 111 -
CMYK 0.83 0 0.34 0.35
HSL 155.83º 0.71% 0.38% -
HSV(B) 155.83º 0.83% 0.65% -
XYZ 17.17 29.03 19.74 -
YUV 119.06 123.45 63.05 -
System Red Green Blue C M Y K H S L
Decimal 28 167 111 0.83 0 0.34 0.35 155.83 0.71 0.38
Hex 1C A7 6F 53 0 22 23 9C 47 26
Octal 34 247 157 123 0 42 43 234 107 46
Binary 11100 10100111 1101111 1010011 0 100010 100011 10011100 1000111 100110

Color Harmonies of #1CA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA76F

Black with #1CA76F

Text Example


Text Example

White with #1CA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,167,111); }

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

background-color css

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

 a { background-color: rgb(28,167,111); }

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

border-color css

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

 span { border-color: rgb(28,167,111); }

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