Html Css Color HEX #0FAA90 Persian Green

📋 copy color: '#0FAA90'

red 15 ◦ green 170 ◦ blue 144

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

Shades of Persian Green #0FAA90

Tints of Persian Green #0FAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.67%

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

R = 4.56%
G = 51.67%
B = 43.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#0FAA90 (or 0x0FAA90) is known color: Persian Green. HEX triplet: 0F, AA and 90. RGB value is (15,170,144). Sum of RGB (Red+Green+Blue) = 15+170+144=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA90 is #F0556F. Grayscale: #787878. Windows color (decimal): -15750512 or 9480719. OLE color: 9480719.

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

Color convert

RGB 15 170 144 -
CMYK 0.91 0 0.15 0.33
HSL 169.94º 0.84% 0.36% -
HSV(B) 169.94º 0.91% 0.67% -
XYZ 19.61 30.86 31.31 -
YUV 120.69 141.15 52.61 -
System Red Green Blue C M Y K H S L
Decimal 15 170 144 0.91 0 0.15 0.33 169.94 0.84 0.36
Hex F AA 90 5B 0 F 21 AA 54 24
Octal 17 252 220 133 0 17 41 252 124 44
Binary 1111 10101010 10010000 1011011 0 1111 100001 10101010 1010100 100100

Color Harmonies of #0FAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA90

Black with #0FAA90

Text Example


Text Example

White with #0FAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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