Html Css Color HEX #0FA38D Persian Green

📋 copy color: '#0FA38D'

red 15 ◦ green 163 ◦ blue 141

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

Shades of Persian Green #0FA38D

Tints of Persian Green #0FA38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 4.7%
G = 51.1%
B = 44.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#0FA38D (or 0x0FA38D) is known color: Persian Green. HEX triplet: 0F, A3 and 8D. RGB value is (15,163,141). Sum of RGB (Red+Green+Blue) = 15+163+141=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA38D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA38D is #F05C72. Grayscale: #747474. Windows color (decimal): -15752307 or 9282319. OLE color: 9282319.

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

Color convert

RGB 15 163 141 -
CMYK 0.91 0 0.13 0.36
HSL 171.08º 0.83% 0.35% -
HSV(B) 171.08º 0.91% 0.64% -
XYZ 18.1 28.22 29.69 -
YUV 116.24 141.97 55.79 -
System Red Green Blue C M Y K H S L
Decimal 15 163 141 0.91 0 0.13 0.36 171.08 0.83 0.35
Hex F A3 8D 5B 0 D 24 AB 53 23
Octal 17 243 215 133 0 15 44 253 123 43
Binary 1111 10100011 10001101 1011011 0 1101 100100 10101011 1010011 100011

Color Harmonies of #0FA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA38D

Black with #0FA38D

Text Example


Text Example

White with #0FA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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