Html Css Color HEX #0FA190 Persian Green

📋 copy color: '#0FA190'

red 15 ◦ green 161 ◦ blue 144

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

Shades of Persian Green #0FA190

Tints of Persian Green #0FA190

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.31%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 4.69%
G = 50.31%
B = 45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#0FA190 (or 0x0FA190) is known color: Persian Green. HEX triplet: 0F, A1 and 90. RGB value is (15,161,144). Sum of RGB (Red+Green+Blue) = 15+161+144=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA190 is #F05E6F. Grayscale: #737373. Windows color (decimal): -15752816 or 9478415. OLE color: 9478415.

HSL color Cylindrical-coordinate representation of color #0FA190: hue angle of 173.01º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA190 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 15 161 144 -
CMYK 0.91 0 0.11 0.37
HSL 173.01º 0.83% 0.35% -
HSV(B) 173.01º 0.91% 0.63% -
XYZ 17.98 27.6 30.77 -
YUV 115.41 144.13 56.38 -
System Red Green Blue C M Y K H S L
Decimal 15 161 144 0.91 0 0.11 0.37 173.01 0.83 0.35
Hex F A1 90 5B 0 B 25 AD 53 23
Octal 17 241 220 133 0 13 45 255 123 43
Binary 1111 10100001 10010000 1011011 0 1011 100101 10101101 1010011 100011

Color Harmonies of #0FA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA190

Black with #0FA190

Text Example


Text Example

White with #0FA190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,161,144); }

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

background-color css

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

 a { background-color: rgb(15,161,144); }

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

border-color css

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

 span { border-color: rgb(15,161,144); }

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