Html Css Color HEX #0FA793 Persian Green

📋 copy color: '#0FA793'

red 15 ◦ green 167 ◦ blue 147

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

Shades of Persian Green #0FA793

Tints of Persian Green #0FA793

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.76%

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 4.56%
G = 50.76%
B = 44.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#0FA793 (or 0x0FA793) is known color: Persian Green. HEX triplet: 0F, A7 and 93. RGB value is (15,167,147). Sum of RGB (Red+Green+Blue) = 15+167+147=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA793 is #F0586C. Grayscale: #777777. Windows color (decimal): -15751277 or 9676559. OLE color: 9676559.

HSL color Cylindrical-coordinate representation of color #0FA793: hue angle of 172.11º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA793 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 15 167 147 -
CMYK 0.91 0 0.12 0.35
HSL 172.11º 0.84% 0.36% -
HSV(B) 172.11º 0.91% 0.65% -
XYZ 19.28 29.85 32.35 -
YUV 119.27 143.64 53.63 -
System Red Green Blue C M Y K H S L
Decimal 15 167 147 0.91 0 0.12 0.35 172.11 0.84 0.36
Hex F A7 93 5B 0 C 23 AC 54 24
Octal 17 247 223 133 0 14 43 254 124 44
Binary 1111 10100111 10010011 1011011 0 1100 100011 10101100 1010100 100100

Color Harmonies of #0FA793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA793

Black with #0FA793

Text Example


Text Example

White with #0FA793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,167,147); }

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

background-color css

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

 a { background-color: rgb(15,167,147); }

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

border-color css

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

 span { border-color: rgb(15,167,147); }

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