Html Css Color HEX #0FAB9F Persian Green

📋 copy color: '#0FAB9F'

red 15 ◦ green 171 ◦ blue 159

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

Shades of Persian Green #0FAB9F

Tints of Persian Green #0FAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 4.35%
G = 49.57%
B = 46.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#0FAB9F (or 0x0FAB9F) is known color: Persian Green. HEX triplet: 0F, AB and 9F. RGB value is (15,171,159). Sum of RGB (Red+Green+Blue) = 15+171+159=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAB9F is #F05460. Grayscale: #7A7A7A. Windows color (decimal): -15750241 or 10464015. OLE color: 10464015.

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

Color convert

RGB 15 171 159 -
CMYK 0.91 0 0.07 0.33
HSL 175.38º 0.84% 0.36% -
HSV(B) 175.38º 0.91% 0.67% -
XYZ 21.02 31.73 37.82 -
YUV 122.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 15 171 159 0.91 0 0.07 0.33 175.38 0.84 0.36
Hex F AB 9F 5B 0 7 21 AF 54 24
Octal 17 253 237 133 0 7 41 257 124 44
Binary 1111 10101011 10011111 1011011 0 111 100001 10101111 1010100 100100

Color Harmonies of #0FAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB9F

Black with #0FAB9F

Text Example


Text Example

White with #0FAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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