Html Css Color HEX #0FD074 Mountain Meadow

📋 copy color: '#0FD074'

red 15 ◦ green 208 ◦ blue 116

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

Shades of Mountain Meadow #0FD074

Tints of Mountain Meadow #0FD074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.36%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 4.42%
G = 61.36%
B = 34.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#0FD074 (or 0x0FD074) is known color: Mountain Meadow. HEX triplet: 0F, D0 and 74. RGB value is (15,208,116). Sum of RGB (Red+Green+Blue) = 15+208+116=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD074 is #F02F8B. Grayscale: #8B8B8B. Windows color (decimal): -15740812 or 7655439. OLE color: 7655439.

HSL color Cylindrical-coordinate representation of color #0FD074: hue angle of 151.4º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD074 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 208 116 -
CMYK 0.93 0 0.44 0.18
HSL 151.4º 0.87% 0.44% -
HSV(B) 151.4º 0.93% 0.82% -
XYZ 25.91 46.47 24.13 -
YUV 139.81 114.56 38.98 -
System Red Green Blue C M Y K H S L
Decimal 15 208 116 0.93 0 0.44 0.18 151.4 0.87 0.44
Hex F D0 74 5D 0 2C 12 97 57 2C
Octal 17 320 164 135 0 54 22 227 127 54
Binary 1111 11010000 1110100 1011101 0 101100 10010 10010111 1010111 101100

Color Harmonies of #0FD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD074

Black with #0FD074

Text Example


Text Example

White with #0FD074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,116); }

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

background-color css

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

 a { background-color: rgb(15,208,116); }

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

border-color css

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

 span { border-color: rgb(15,208,116); }

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