Html Css Color HEX #0F9799 Java

📋 copy color: '#0F9799'

red 15 ◦ green 151 ◦ blue 153

#0F9799
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #0F9799

Tints of Java #0F9799

RGB

 RED value IS 15 (6.25% from 255) = 4.7%

 GREEN value IS 151 (59.38% from 255) = 47.34%

 BLUE value IS 153 (60.16% from 255) = 47.96%

R = 4.7%
G = 47.34%
B = 47.96%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F9799 (or 0x0F9799) is known color: Java. HEX triplet: 0F, 97 and 99. RGB value is (15,151,153). Sum of RGB (Red+Green+Blue) = 15+151+153=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F9799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9799 is #F06866. Grayscale: #6E6E6E. Windows color (decimal): -15755367 or 10065679. OLE color: 10065679.

HSL color Cylindrical-coordinate representation of color #0F9799: hue angle of 180.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9799 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 151 153 -
CMYK 0.90 0.01 0 0.4
HSL 180.87º 0.82% 0.33% -
HSV(B) 180.87º 0.9% 0.6% -
XYZ 17.01 24.53 33.98 -
YUV 110.56 151.94 59.84 -
System Red Green Blue C M Y K H S L
Decimal 15 151 153 0.90 0.01 0 0.4 180.87 0.82 0.33
Hex F 97 99 5A 1 0 28 B5 52 21
Octal 17 227 231 132 1 0 50 265 122 41
Binary 1111 10010111 10011001 1011010 1 0 101000 10110101 1010010 100001

Color Harmonies of #0F9799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9799

Black with #0F9799

Text Example


Text Example

White with #0F9799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,151,153); }

 H1.HeaderClassName
 {
   color: #0F9799;
 }
 .AnyTagClassName
 {
   color: #0F9799;
 }
</style>

background-color css

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

 a { background-color: rgb(15,151,153); }

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

border-color css

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

 span { border-color: rgb(15,151,153); }

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