Html Css Color HEX #0F9894 Persian Green

📋 copy color: '#0F9894'

red 15 ◦ green 152 ◦ blue 148

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

Shades of Persian Green #0F9894

Tints of Persian Green #0F9894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 4.76%
G = 48.25%
B = 46.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#0F9894 (or 0x0F9894) is known color: Persian Green. HEX triplet: 0F, 98 and 94. RGB value is (15,152,148). Sum of RGB (Red+Green+Blue) = 15+152+148=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9894 is #F0676B. Grayscale: #6E6E6E. Windows color (decimal): -15755116 or 9738255. OLE color: 9738255.

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

Color convert

RGB 15 152 148 -
CMYK 0.90 0 0.03 0.40
HSL 178.25º 0.82% 0.33% -
HSV(B) 178.25º 0.9% 0.6% -
XYZ 16.77 24.7 31.9 -
YUV 110.58 149.11 59.83 -
System Red Green Blue C M Y K H S L
Decimal 15 152 148 0.90 0 0.03 0.40 178.25 0.82 0.33
Hex F 98 94 5A 0 3 28 B2 52 21
Octal 17 230 224 132 0 3 50 262 122 41
Binary 1111 10011000 10010100 1011010 0 11 101000 10110010 1010010 100001

Color Harmonies of #0F9894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9894

Black with #0F9894

Text Example


Text Example

White with #0F9894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,152,148); }

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

background-color css

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

 a { background-color: rgb(15,152,148); }

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

border-color css

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

 span { border-color: rgb(15,152,148); }

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