#1ACA90

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

Shades of Mountain Meadow #1ACA90

Tints of Mountain Meadow #1ACA90

Color information

#1ACA90 (or 0x1ACA90) is unknown color: approx Mountain Meadow. HEX triplet: 1A, CA and 90. RGB value is (26,202,144). Sum of RGB (Red+Green+Blue) = 26+202+144=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACA90 is #E5356F. Grayscale: #8E8E8E. Windows color (decimal): -15021424 or 9488922. OLE color: 9488922.

HSL color Cylindrical-coordinate representation of color #1ACA90: hue angle of 160.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACA90 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB26202144-
CMYK0.8700.290.21
HSL160.23º77.19%44.71%-
HSV(B)160.23º87.13%79.22%-
XYZ26.5844.4733.57-
YUV142.76128.6944.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.99%
GREEN value IS 202 (79.30% from 255) = 54.30%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=6.99%
G=54.30%
B=38.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal262021440.8700.290.21160.2377.1944.71
Hex1ACA905701D15a04d2d
Octal323122201270352524011555
Binary110101100101010010000101011101110110101101000001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,202,144); }

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

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

 a { background-color: rgb(26,202,144); }

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

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

 span { border-color: rgb(26,202,144); }

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