Html Css Color HEX #0FA18A Persian Green

📋 copy color: '#0FA18A'

red 15 ◦ green 161 ◦ blue 138

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

Shades of Persian Green #0FA18A

Tints of Persian Green #0FA18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 4.78%
G = 51.27%
B = 43.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#0FA18A (or 0x0FA18A) is known color: Persian Green. HEX triplet: 0F, A1 and 8A. RGB value is (15,161,138). Sum of RGB (Red+Green+Blue) = 15+161+138=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA18A is #F05E75. Grayscale: #727272. Windows color (decimal): -15752822 or 9085199. OLE color: 9085199.

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

Color convert

RGB 15 161 138 -
CMYK 0.91 0 0.14 0.37
HSL 170.55º 0.83% 0.35% -
HSV(B) 170.55º 0.91% 0.63% -
XYZ 17.53 27.43 28.41 -
YUV 114.72 141.13 56.87 -
System Red Green Blue C M Y K H S L
Decimal 15 161 138 0.91 0 0.14 0.37 170.55 0.83 0.35
Hex F A1 8A 5B 0 E 25 AB 53 23
Octal 17 241 212 133 0 16 45 253 123 43
Binary 1111 10100001 10001010 1011011 0 1110 100101 10101011 1010011 100011

Color Harmonies of #0FA18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA18A

Black with #0FA18A

Text Example


Text Example

White with #0FA18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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