#1AC374

Color #1AC374 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1AC374

Tints of Mountain Meadow #1AC374

Color information

#1AC374 (or 0x1AC374) is unknown color: approx Mountain Meadow. HEX triplet: 1A, C3 and 74. RGB value is (26,195,116). Sum of RGB (Red+Green+Blue) = 26+195+116=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC374 is #E53C8B. Grayscale: #878787. Windows color (decimal): -15023244 or 7652122. OLE color: 7652122.

HSL color Cylindrical-coordinate representation of color #1AC374: hue angle of 151.95º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC374 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB26195116-
CMYK0.8700.410.24
HSL151.95º76.47%43.33%-
HSV(B)151.95º86.67%76.47%-
XYZ23.0940.5123.13-
YUV135.46117.0149.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.72%
GREEN value IS 195 (76.56% from 255) = 57.86%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=7.72%
G=57.86%
B=34.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261951160.8700.410.24151.9576.4743.33
Hex1AC3745702918984c2b
Octal323031641270513023011453
Binary110101100001111101001010111010100111000100110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,195,116); }

 H1.HeaderClassName
 {
   color: #1AC374;
 }
 .AnyTagClassName
 {
   color: #1AC374;
 }
</style>
background-color css

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

 a { background-color: rgb(26,195,116); }

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

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

 span { border-color: rgb(26,195,116); }

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