Html Css Color HEX #0FBF90 Mountain Meadow

📋 copy color: '#0FBF90'

red 15 ◦ green 191 ◦ blue 144

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

Shades of Mountain Meadow #0FBF90

Tints of Mountain Meadow #0FBF90

RGB

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

 GREEN value IS 191 (75% from 255) = 54.57%

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

R = 4.29%
G = 54.57%
B = 41.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#0FBF90 (or 0x0FBF90) is known color: Mountain Meadow. HEX triplet: 0F, BF and 90. RGB value is (15,191,144). Sum of RGB (Red+Green+Blue) = 15+191+144=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF90 is #F0406F. Grayscale: #858585. Windows color (decimal): -15745136 or 9486095. OLE color: 9486095.

HSL color Cylindrical-coordinate representation of color #0FBF90: hue angle of 163.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF90 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 191 144 -
CMYK 0.92 0 0.25 0.25
HSL 163.98º 0.85% 0.4% -
HSV(B) 163.98º 0.92% 0.75% -
XYZ 23.86 39.38 32.73 -
YUV 133.02 134.19 43.82 -
System Red Green Blue C M Y K H S L
Decimal 15 191 144 0.92 0 0.25 0.25 163.98 0.85 0.4
Hex F BF 90 5C 0 19 19 A4 55 28
Octal 17 277 220 134 0 31 31 244 125 50
Binary 1111 10111111 10010000 1011100 0 11001 11001 10100100 1010101 101000

Color Harmonies of #0FBF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF90

Black with #0FBF90

Text Example


Text Example

White with #0FBF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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