Html Css Color HEX #0FB28B Mountain Meadow

📋 copy color: '#0FB28B'

red 15 ◦ green 178 ◦ blue 139

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

Shades of Mountain Meadow #0FB28B

Tints of Mountain Meadow #0FB28B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.61%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 4.52%
G = 53.61%
B = 41.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#0FB28B (or 0x0FB28B) is known color: Mountain Meadow. HEX triplet: 0F, B2 and 8B. RGB value is (15,178,139). Sum of RGB (Red+Green+Blue) = 15+178+139=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB28B is #F04D74. Grayscale: #7C7C7C. Windows color (decimal): -15748469 or 9155087. OLE color: 9155087.

HSL color Cylindrical-coordinate representation of color #0FB28B: hue angle of 165.64º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB28B is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 178 139 -
CMYK 0.92 0 0.22 0.30
HSL 165.64º 0.84% 0.38% -
HSV(B) 165.64º 0.92% 0.7% -
XYZ 20.78 33.81 29.86 -
YUV 124.82 136 49.67 -
System Red Green Blue C M Y K H S L
Decimal 15 178 139 0.92 0 0.22 0.30 165.64 0.84 0.38
Hex F B2 8B 5C 0 16 1E A6 54 26
Octal 17 262 213 134 0 26 36 246 124 46
Binary 1111 10110010 10001011 1011100 0 10110 11110 10100110 1010100 100110

Color Harmonies of #0FB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB28B

Black with #0FB28B

Text Example


Text Example

White with #0FB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,178,139); }

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

background-color css

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

 a { background-color: rgb(15,178,139); }

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

border-color css

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

 span { border-color: rgb(15,178,139); }

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