Html Css Color HEX #0FA28D Persian Green

📋 copy color: '#0FA28D'

red 15 ◦ green 162 ◦ blue 141

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

Shades of Persian Green #0FA28D

Tints of Persian Green #0FA28D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.94%

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

R = 4.72%
G = 50.94%
B = 44.34%

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

#0FA28D (or 0x0FA28D) is known color: Persian Green. HEX triplet: 0F, A2 and 8D. RGB value is (15,162,141). Sum of RGB (Red+Green+Blue) = 15+162+141=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA28D is #F05D72. Grayscale: #737373. Windows color (decimal): -15752563 or 9282063. OLE color: 9282063.

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

Color convert

RGB 15 162 141 -
CMYK 0.91 0 0.13 0.36
HSL 171.43º 0.83% 0.35% -
HSV(B) 171.43º 0.91% 0.64% -
XYZ 17.93 27.87 29.63 -
YUV 115.65 142.3 56.21 -
System Red Green Blue C M Y K H S L
Decimal 15 162 141 0.91 0 0.13 0.36 171.43 0.83 0.35
Hex F A2 8D 5B 0 D 24 AB 53 23
Octal 17 242 215 133 0 15 44 253 123 43
Binary 1111 10100010 10001101 1011011 0 1101 100100 10101011 1010011 100011

Color Harmonies of #0FA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA28D

Black with #0FA28D

Text Example


Text Example

White with #0FA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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