Html Css Color HEX #0FA19E Persian Green

📋 copy color: '#0FA19E'

red 15 ◦ green 161 ◦ blue 158

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

Shades of Persian Green #0FA19E

Tints of Persian Green #0FA19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 4.49%
G = 48.2%
B = 47.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#0FA19E (or 0x0FA19E) is known color: Persian Green. HEX triplet: 0F, A1 and 9E. RGB value is (15,161,158). Sum of RGB (Red+Green+Blue) = 15+161+158=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA19E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA19E is #F05E61. Grayscale: #747474. Windows color (decimal): -15752802 or 10395919. OLE color: 10395919.

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

Color convert

RGB 15 161 158 -
CMYK 0.91 0 0.02 0.37
HSL 178.77º 0.83% 0.35% -
HSV(B) 178.77º 0.91% 0.63% -
XYZ 19.11 28.06 36.76 -
YUV 117 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 15 161 158 0.91 0 0.02 0.37 178.77 0.83 0.35
Hex F A1 9E 5B 0 2 25 B3 53 23
Octal 17 241 236 133 0 2 45 263 123 43
Binary 1111 10100001 10011110 1011011 0 10 100101 10110011 1010011 100011

Color Harmonies of #0FA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA19E

Black with #0FA19E

Text Example


Text Example

White with #0FA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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