#26C480

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

Shades of Mountain Meadow #26C480

Tints of Mountain Meadow #26C480

Color information

#26C480 (or 0x26C480) is unknown color: approx Mountain Meadow. HEX triplet: 26, C4 and 80. RGB value is (38,196,128). Sum of RGB (Red+Green+Blue) = 38+196+128=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #26C480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C480 is #D93B7F. Grayscale: #8D8D8D. Windows color (decimal): -14236544 or 8438822. OLE color: 8438822.

HSL color Cylindrical-coordinate representation of color #26C480: hue angle of 154.18º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C480 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB38196128-
CMYK0.8100.350.23
HSL154.18º67.52%45.88%-
HSV(B)154.18º80.61%76.86%-
XYZ24.4441.4527.13-
YUV141.01120.6554.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.50%
GREEN value IS 196 (76.95% from 255) = 54.14%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=10.50%
G=54.14%
B=35.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381961280.8100.350.23154.1867.5245.88
Hex26C48051023179a442e
Octal463042001210432723210456
Binary10011011000100100000001010001010001110111100110101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26C480; }

 p { color: rgb(38,196,128); }

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

<style>
 a { background-color: #26C480; }

 a { background-color: rgb(38,196,128); }

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

<style>
 span { border-color: #26C480; }

 span { border-color: rgb(38,196,128); }

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