Html Css Color HEX #0FA386 Persian Green

📋 copy color: '#0FA386'

red 15 ◦ green 163 ◦ blue 134

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

Shades of Persian Green #0FA386

Tints of Persian Green #0FA386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.95%

R = 4.81%
G = 52.24%
B = 42.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#0FA386 (or 0x0FA386) is known color: Persian Green. HEX triplet: 0F, A3 and 86. RGB value is (15,163,134). Sum of RGB (Red+Green+Blue) = 15+163+134=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA386 is #F05C79. Grayscale: #737373. Windows color (decimal): -15752314 or 8823567. OLE color: 8823567.

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

Color convert

RGB 15 163 134 -
CMYK 0.91 0 0.18 0.36
HSL 168.24º 0.83% 0.35% -
HSV(B) 168.24º 0.91% 0.64% -
XYZ 17.6 28.02 27.03 -
YUV 115.44 138.47 56.36 -
System Red Green Blue C M Y K H S L
Decimal 15 163 134 0.91 0 0.18 0.36 168.24 0.83 0.35
Hex F A3 86 5B 0 12 24 A8 53 23
Octal 17 243 206 133 0 22 44 250 123 43
Binary 1111 10100011 10000110 1011011 0 10010 100100 10101000 1010011 100011

Color Harmonies of #0FA386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA386

Black with #0FA386

Text Example


Text Example

White with #0FA386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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