Html Css Color HEX #0FAB8F Persian Green

📋 copy color: '#0FAB8F'

red 15 ◦ green 171 ◦ blue 143

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

Shades of Persian Green #0FAB8F

Tints of Persian Green #0FAB8F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.98%

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 4.56%
G = 51.98%
B = 43.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#0FAB8F (or 0x0FAB8F) is known color: Persian Green. HEX triplet: 0F, AB and 8F. RGB value is (15,171,143). Sum of RGB (Red+Green+Blue) = 15+171+143=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAB8F is #F05470. Grayscale: #797979. Windows color (decimal): -15750257 or 9415439. OLE color: 9415439.

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

Color convert

RGB 15 171 143 -
CMYK 0.91 0 0.16 0.33
HSL 169.23º 0.84% 0.36% -
HSV(B) 169.23º 0.91% 0.67% -
XYZ 19.72 31.21 30.97 -
YUV 121.16 140.32 52.28 -
System Red Green Blue C M Y K H S L
Decimal 15 171 143 0.91 0 0.16 0.33 169.23 0.84 0.36
Hex F AB 8F 5B 0 10 21 A9 54 24
Octal 17 253 217 133 0 20 41 251 124 44
Binary 1111 10101011 10001111 1011011 0 10000 100001 10101001 1010100 100100

Color Harmonies of #0FAB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB8F

Black with #0FAB8F

Text Example


Text Example

White with #0FAB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,143); }

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

background-color css

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

 a { background-color: rgb(15,171,143); }

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

border-color css

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

 span { border-color: rgb(15,171,143); }

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