#1AC375

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

Shades of Mountain Meadow #1AC375

Tints of Mountain Meadow #1AC375

Color information

#1AC375 (or 0x1AC375) is unknown color: approx Mountain Meadow. HEX triplet: 1A, C3 and 75. RGB value is (26,195,117). Sum of RGB (Red+Green+Blue) = 26+195+117=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC375 is #E53C8A. Grayscale: #878787. Windows color (decimal): -15023243 or 7717658. OLE color: 7717658.

HSL color Cylindrical-coordinate representation of color #1AC375: hue angle of 152.31º 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 #1AC375 is Cyan = 0.87, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB26195117-
CMYK0.8700.40.24
HSL152.31º76.47%43.33%-
HSV(B)152.31º86.67%76.47%-
XYZ23.1540.5323.43-
YUV135.58117.5149.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.69%
GREEN value IS 195 (76.56% from 255) = 57.69%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=7.69%
G=57.69%
B=34.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261951170.8700.40.24152.3176.4743.33
Hex1AC3755702818984c2b
Octal323031651270503023011453
Binary110101100001111101011010111010100011000100110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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