Html Css Color HEX #0F9992 Persian Green

📋 copy color: '#0F9992'

red 15 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #0F9992

Tints of Persian Green #0F9992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.73%

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 4.78%
G = 48.73%
B = 46.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#0F9992 (or 0x0F9992) is known color: Persian Green. HEX triplet: 0F, 99 and 92. RGB value is (15,153,146). Sum of RGB (Red+Green+Blue) = 15+153+146=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9992 is #F0666D. Grayscale: #6E6E6E. Windows color (decimal): -15754862 or 9607439. OLE color: 9607439.

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

Color convert

RGB 15 153 146 -
CMYK 0.90 0 0.05 0.4
HSL 176.96º 0.82% 0.33% -
HSV(B) 176.96º 0.9% 0.6% -
XYZ 16.78 24.96 31.13 -
YUV 110.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 15 153 146 0.90 0 0.05 0.4 176.96 0.82 0.33
Hex F 99 92 5A 0 5 28 B1 52 21
Octal 17 231 222 132 0 5 50 261 122 41
Binary 1111 10011001 10010010 1011010 0 101 101000 10110001 1010010 100001

Color Harmonies of #0F9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9992

Black with #0F9992

Text Example


Text Example

White with #0F9992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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