#0F9AA2

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

Shades of Java #0F9AA2

Tints of Java #0F9AA2

Color information

#0F9AA2 (or 0x0F9AA2) is unknown color: approx Java. HEX triplet: 0F, 9A and A2. RGB value is (15,154,162). Sum of RGB (Red+Green+Blue) = 15+154+162=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #0F9AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9AA2 is #F0655D. Grayscale: #717171. Windows color (decimal): -15754590 or 10656271. OLE color: 10656271.

HSL color Cylindrical-coordinate representation of color #0F9AA2: hue angle of 183.27º 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 #0F9AA2 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15154162-
CMYK0.910.0500.36
HSL183.27º83.05%34.71%-
HSV(B)183.27º90.74%63.53%-
XYZ18.2725.8238.2-
YUV113.35155.4557.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.53%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 162 (63.67% from 255) = 48.94%
R=4.53%
G=46.53%
B=48.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151541620.910.0500.36183.2783.0534.71
HexF9AA25B5024b75323
Octal17232242133504426712343
Binary1111100110101010001010110111010100100101101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,154,162); }

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

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

 a { background-color: rgb(15,154,162); }

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

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

 span { border-color: rgb(15,154,162); }

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