Html Css Color HEX #0FB88A Mountain Meadow

📋 copy color: '#0FB88A'

red 15 ◦ green 184 ◦ blue 138

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

Shades of Mountain Meadow #0FB88A

Tints of Mountain Meadow #0FB88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.6%

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 4.45%
G = 54.6%
B = 40.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#0FB88A (or 0x0FB88A) is known color: Mountain Meadow. HEX triplet: 0F, B8 and 8A. RGB value is (15,184,138). Sum of RGB (Red+Green+Blue) = 15+184+138=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 184 (72.27% from 255 or 54.60% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB88A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB88A is #F04775. Grayscale: #808080. Windows color (decimal): -15746934 or 9091087. OLE color: 9091087.

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

Color convert

RGB 15 184 138 -
CMYK 0.92 0 0.25 0.28
HSL 163.67º 0.85% 0.39% -
HSV(B) 163.67º 0.92% 0.72% -
XYZ 21.92 36.22 29.88 -
YUV 128.23 133.51 47.24 -
System Red Green Blue C M Y K H S L
Decimal 15 184 138 0.92 0 0.25 0.28 163.67 0.85 0.39
Hex F B8 8A 5C 0 19 1C A4 55 27
Octal 17 270 212 134 0 31 34 244 125 47
Binary 1111 10111000 10001010 1011100 0 11001 11100 10100100 1010101 100111

Color Harmonies of #0FB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB88A

Black with #0FB88A

Text Example


Text Example

White with #0FB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,184,138); }

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

background-color css

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

 a { background-color: rgb(15,184,138); }

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

border-color css

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

 span { border-color: rgb(15,184,138); }

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