Html Css Color HEX #0FA5A2 Persian Green

📋 copy color: '#0FA5A2'

red 15 ◦ green 165 ◦ blue 162

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

Shades of Persian Green #0FA5A2

Tints of Persian Green #0FA5A2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.25%

 BLUE value IS 162 (63.67% from 255) = 47.37%

R = 4.39%
G = 48.25%
B = 47.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#0FA5A2 (or 0x0FA5A2) is known color: Persian Green. HEX triplet: 0F, A5 and A2. RGB value is (15,165,162). Sum of RGB (Red+Green+Blue) = 15+165+162=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA5A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA5A2 is #F05A5D. Grayscale: #777777. Windows color (decimal): -15751774 or 10659087. OLE color: 10659087.

HSL color Cylindrical-coordinate representation of color #0FA5A2: hue angle of 178.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA5A2 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 15 165 162 -
CMYK 0.91 0 0.02 0.35
HSL 178.8º 0.83% 0.35% -
HSV(B) 178.8º 0.91% 0.65% -
XYZ 20.17 29.62 38.84 -
YUV 119.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 15 165 162 0.91 0 0.02 0.35 178.8 0.83 0.35
Hex F A5 A2 5B 0 2 23 B3 53 23
Octal 17 245 242 133 0 2 43 263 123 43
Binary 1111 10100101 10100010 1011011 0 10 100011 10110011 1010011 100011

Color Harmonies of #0FA5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA5A2

Black with #0FA5A2

Text Example


Text Example

White with #0FA5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,165,162); }

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

background-color css

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

 a { background-color: rgb(15,165,162); }

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

border-color css

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

 span { border-color: rgb(15,165,162); }

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