Html Css Color HEX #0FB482 Mountain Meadow

📋 copy color: '#0FB482'

red 15 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #0FB482

Tints of Mountain Meadow #0FB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.38%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 4.62%
G = 55.38%
B = 40%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#0FB482 (or 0x0FB482) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 82. RGB value is (15,180,130). Sum of RGB (Red+Green+Blue) = 15+180+130=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB482 is #F04B7D. Grayscale: #7C7C7C. Windows color (decimal): -15747966 or 8565775. OLE color: 8565775.

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

Color convert

RGB 15 180 130 -
CMYK 0.92 0 0.28 0.29
HSL 161.82º 0.85% 0.38% -
HSV(B) 161.82º 0.92% 0.71% -
XYZ 20.55 34.36 26.67 -
YUV 124.97 130.84 49.57 -
System Red Green Blue C M Y K H S L
Decimal 15 180 130 0.92 0 0.28 0.29 161.82 0.85 0.38
Hex F B4 82 5C 0 1C 1D A2 55 26
Octal 17 264 202 134 0 34 35 242 125 46
Binary 1111 10110100 10000010 1011100 0 11100 11101 10100010 1010101 100110

Color Harmonies of #0FB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB482

Black with #0FB482

Text Example


Text Example

White with #0FB482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,180,130); }

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

background-color css

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

 a { background-color: rgb(15,180,130); }

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

border-color css

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

 span { border-color: rgb(15,180,130); }

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