Html Css Color HEX #0FA388 Persian Green

📋 copy color: '#0FA388'

red 15 ◦ green 163 ◦ blue 136

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

Shades of Persian Green #0FA388

Tints of Persian Green #0FA388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 4.78%
G = 51.91%
B = 43.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#0FA388 (or 0x0FA388) is known color: Persian Green. HEX triplet: 0F, A3 and 88. RGB value is (15,163,136). Sum of RGB (Red+Green+Blue) = 15+163+136=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 163 (64.06% from 255 or 51.91% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA388 is #F05C77. Grayscale: #737373. Windows color (decimal): -15752312 or 8954639. OLE color: 8954639.

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

Color convert

RGB 15 163 136 -
CMYK 0.91 0 0.17 0.36
HSL 169.05º 0.83% 0.35% -
HSV(B) 169.05º 0.91% 0.64% -
XYZ 17.74 28.07 27.78 -
YUV 115.67 139.47 56.2 -
System Red Green Blue C M Y K H S L
Decimal 15 163 136 0.91 0 0.17 0.36 169.05 0.83 0.35
Hex F A3 88 5B 0 11 24 A9 53 23
Octal 17 243 210 133 0 21 44 251 123 43
Binary 1111 10100011 10001000 1011011 0 10001 100100 10101001 1010011 100011

Color Harmonies of #0FA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA388

Black with #0FA388

Text Example


Text Example

White with #0FA388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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