#1AAF78

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

Shades of Mountain Meadow #1AAF78

Tints of Mountain Meadow #1AAF78

Color information

#1AAF78 (or 0x1AAF78) is unknown color: approx Mountain Meadow. HEX triplet: 1A, AF and 78. RGB value is (26,175,120). Sum of RGB (Red+Green+Blue) = 26+175+120=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF78 is #E55087. Grayscale: #7C7C7C. Windows color (decimal): -15028360 or 7909146. OLE color: 7909146.

HSL color Cylindrical-coordinate representation of color #1AAF78: hue angle of 157.85º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAF78 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB26175120-
CMYK0.8500.310.31
HSL157.85º74.13%39.41%-
HSV(B)157.85º85.14%68.63%-
XYZ19.1532.2422.98-
YUV124.18125.6457.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.10%
GREEN value IS 175 (68.75% from 255) = 54.52%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=8.10%
G=54.52%
B=37.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261751200.8500.310.31157.8574.1339.41
Hex1AAF785501F1F9e4a27
Octal322571701250373723611247
Binary11010101011111111000101010101111111111100111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,175,120); }

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

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

 a { background-color: rgb(26,175,120); }

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

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

 span { border-color: rgb(26,175,120); }

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