Html Css Color HEX #0FA392 Persian Green

📋 copy color: '#0FA392'

red 15 ◦ green 163 ◦ blue 146

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

Shades of Persian Green #0FA392

Tints of Persian Green #0FA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.31%

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

R = 4.63%
G = 50.31%
B = 45.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#0FA392 (or 0x0FA392) is known color: Persian Green. HEX triplet: 0F, A3 and 92. RGB value is (15,163,146). Sum of RGB (Red+Green+Blue) = 15+163+146=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA392 is #F05C6D. Grayscale: #747474. Windows color (decimal): -15752302 or 9609999. OLE color: 9609999.

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

Color convert

RGB 15 163 146 -
CMYK 0.91 0 0.10 0.36
HSL 173.11º 0.83% 0.35% -
HSV(B) 173.11º 0.91% 0.64% -
XYZ 18.48 28.37 31.7 -
YUV 116.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 15 163 146 0.91 0 0.10 0.36 173.11 0.83 0.35
Hex F A3 92 5B 0 A 24 AD 53 23
Octal 17 243 222 133 0 12 44 255 123 43
Binary 1111 10100011 10010010 1011011 0 1010 100100 10101101 1010011 100011

Color Harmonies of #0FA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA392

Black with #0FA392

Text Example


Text Example

White with #0FA392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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