#13AF93

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

Shades of Mountain Meadow #13AF93

Tints of Mountain Meadow #13AF93

Color information

#13AF93 (or 0x13AF93) is unknown color: approx Mountain Meadow. HEX triplet: 13, AF and 93. RGB value is (19,175,147). Sum of RGB (Red+Green+Blue) = 19+175+147=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AF93 is #EC506C. Grayscale: #7D7D7D. Windows color (decimal): -15487085 or 9678611. OLE color: 9678611.

HSL color Cylindrical-coordinate representation of color #13AF93: hue angle of 169.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF93 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB19175147-
CMYK0.8900.160.31
HSL169.23º80.41%38.04%-
HSV(B)169.23º89.14%68.63%-
XYZ20.8632.932.86-
YUV125.16140.3252.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.57%
GREEN value IS 175 (68.75% from 255) = 51.32%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=5.57%
G=51.32%
B=43.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191751470.8900.160.31169.2380.4138.04
Hex13AF93590101Fa95026
Octal232572231310203725112046
Binary100111010111110010011101100101000011111101010011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AF93; }

 p { color: rgb(19,175,147); }

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

<style>
 a { background-color: #13AF93; }

 a { background-color: rgb(19,175,147); }

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

<style>
 span { border-color: #13AF93; }

 span { border-color: rgb(19,175,147); }

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