Html Css Color HEX #1CA378 Mountain Meadow

📋 copy color: '#1CA378'

red 28 ◦ green 163 ◦ blue 120

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

Shades of Mountain Meadow #1CA378

Tints of Mountain Meadow #1CA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.41%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 9%
G = 52.41%
B = 38.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#1CA378 (or 0x1CA378) is known color: Mountain Meadow. HEX triplet: 1C, A3 and 78. RGB value is (28,163,120). Sum of RGB (Red+Green+Blue) = 28+163+120=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA378 is #E35C87. Grayscale: #757575. Windows color (decimal): -14900360 or 7906076. OLE color: 7906076.

HSL color Cylindrical-coordinate representation of color #1CA378: hue angle of 160.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA378 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 163 120 -
CMYK 0.83 0 0.26 0.36
HSL 160.89º 0.71% 0.37% -
HSV(B) 160.89º 0.83% 0.64% -
XYZ 16.97 27.8 22.24 -
YUV 117.73 129.27 64 -
System Red Green Blue C M Y K H S L
Decimal 28 163 120 0.83 0 0.26 0.36 160.89 0.71 0.37
Hex 1C A3 78 53 0 1A 24 A1 47 25
Octal 34 243 170 123 0 32 44 241 107 45
Binary 11100 10100011 1111000 1010011 0 11010 100100 10100001 1000111 100101

Color Harmonies of #1CA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA378

Black with #1CA378

Text Example


Text Example

White with #1CA378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,163,120); }

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

background-color css

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

 a { background-color: rgb(28,163,120); }

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

border-color css

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

 span { border-color: rgb(28,163,120); }

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