Html Css Color HEX #0F9796 Java

📋 copy color: '#0F9796'

red 15 ◦ green 151 ◦ blue 150

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

Shades of Java #0F9796

Tints of Java #0F9796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 4.75%
G = 47.78%
B = 47.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#0F9796 (or 0x0F9796) is known color: Java. HEX triplet: 0F, 97 and 96. RGB value is (15,151,150). Sum of RGB (Red+Green+Blue) = 15+151+150=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9796 is #F06869. Grayscale: #6E6E6E. Windows color (decimal): -15755370 or 9869071. OLE color: 9869071.

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

Color convert

RGB 15 151 150 -
CMYK 0.90 0 0.01 0.41
HSL 179.56º 0.82% 0.33% -
HSV(B) 179.56º 0.9% 0.59% -
XYZ 16.77 24.44 32.69 -
YUV 110.22 150.44 60.08 -
System Red Green Blue C M Y K H S L
Decimal 15 151 150 0.90 0 0.01 0.41 179.56 0.82 0.33
Hex F 97 96 5A 0 1 29 B4 52 21
Octal 17 227 226 132 0 1 51 264 122 41
Binary 1111 10010111 10010110 1011010 0 1 101001 10110100 1010010 100001

Color Harmonies of #0F9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9796

Black with #0F9796

Text Example


Text Example

White with #0F9796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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