Html Css Color HEX #0F9B90 Persian Green

📋 copy color: '#0F9B90'

red 15 ◦ green 155 ◦ blue 144

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

Shades of Persian Green #0F9B90

Tints of Persian Green #0F9B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

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

R = 4.78%
G = 49.36%
B = 45.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#0F9B90 (or 0x0F9B90) is known color: Persian Green. HEX triplet: 0F, 9B and 90. RGB value is (15,155,144). Sum of RGB (Red+Green+Blue) = 15+155+144=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9B90 is #F0646F. Grayscale: #6F6F6F. Windows color (decimal): -15754352 or 9476879. OLE color: 9476879.

HSL color Cylindrical-coordinate representation of color #0F9B90: hue angle of 175.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B90 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 155 144 -
CMYK 0.90 0 0.07 0.39
HSL 175.29º 0.82% 0.33% -
HSV(B) 175.29º 0.9% 0.61% -
XYZ 16.95 25.56 30.43 -
YUV 111.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 15 155 144 0.90 0 0.07 0.39 175.29 0.82 0.33
Hex F 9B 90 5A 0 7 27 AF 52 21
Octal 17 233 220 132 0 7 47 257 122 41
Binary 1111 10011011 10010000 1011010 0 111 100111 10101111 1010010 100001

Color Harmonies of #0F9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B90

Black with #0F9B90

Text Example


Text Example

White with #0F9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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