Html Css Color HEX #0FA290 Persian Green

📋 copy color: '#0FA290'

red 15 ◦ green 162 ◦ blue 144

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

Shades of Persian Green #0FA290

Tints of Persian Green #0FA290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 4.67%
G = 50.47%
B = 44.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#0FA290 (or 0x0FA290) is known color: Persian Green. HEX triplet: 0F, A2 and 90. RGB value is (15,162,144). Sum of RGB (Red+Green+Blue) = 15+162+144=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA290 is #F05D6F. Grayscale: #737373. Windows color (decimal): -15752560 or 9478671. OLE color: 9478671.

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

Color convert

RGB 15 162 144 -
CMYK 0.91 0 0.11 0.36
HSL 172.65º 0.83% 0.35% -
HSV(B) 172.65º 0.91% 0.64% -
XYZ 18.15 27.96 30.82 -
YUV 116 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 15 162 144 0.91 0 0.11 0.36 172.65 0.83 0.35
Hex F A2 90 5B 0 B 24 AD 53 23
Octal 17 242 220 133 0 13 44 255 123 43
Binary 1111 10100010 10010000 1011011 0 1011 100100 10101101 1010011 100011

Color Harmonies of #0FA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA290

Black with #0FA290

Text Example


Text Example

White with #0FA290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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