#0FA384

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

Shades of Mountain Meadow #0FA384

Tints of Mountain Meadow #0FA384

Color information

#0FA384 (or 0x0FA384) is unknown color: approx Mountain Meadow. HEX triplet: 0F, A3 and 84. RGB value is (15,163,132). Sum of RGB (Red+Green+Blue) = 15+163+132=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA384 is #F05C7B. Grayscale: #737373. Windows color (decimal): -15752316 or 8692495. OLE color: 8692495.

HSL color Cylindrical-coordinate representation of color #0FA384: hue angle of 167.43º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA384 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB15163132-
CMYK0.9100.190.36
HSL167.43º83.15%34.9%-
HSV(B)167.43º90.8%63.92%-
XYZ17.4627.9626.31-
YUV115.21137.4756.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.84%
GREEN value IS 163 (64.06% from 255) = 52.58%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=4.84%
G=52.58%
B=42.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151631320.9100.190.36167.4383.1534.9
HexFA3845B01324a75323
Octal172432041330234424712343
Binary111110100011100001001011011010011100100101001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FA384; }

 p { color: rgb(15,163,132); }

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

<style>
 a { background-color: #0FA384; }

 a { background-color: rgb(15,163,132); }

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

<style>
 span { border-color: #0FA384; }

 span { border-color: rgb(15,163,132); }

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