Html Css Color HEX #0FCF77 Mountain Meadow

📋 copy color: '#0FCF77'

red 15 ◦ green 207 ◦ blue 119

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

Shades of Mountain Meadow #0FCF77

Tints of Mountain Meadow #0FCF77

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.7%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 4.4%
G = 60.7%
B = 34.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#0FCF77 (or 0x0FCF77) is known color: Mountain Meadow. HEX triplet: 0F, CF and 77. RGB value is (15,207,119). Sum of RGB (Red+Green+Blue) = 15+207+119=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF77 is #F03088. Grayscale: #8B8B8B. Windows color (decimal): -15741065 or 7851791. OLE color: 7851791.

HSL color Cylindrical-coordinate representation of color #0FCF77: hue angle of 152.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF77 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 119 -
CMYK 0.93 0 0.43 0.19
HSL 152.5º 0.86% 0.44% -
HSV(B) 152.5º 0.93% 0.81% -
XYZ 25.84 46.06 24.98 -
YUV 139.56 116.39 39.16 -
System Red Green Blue C M Y K H S L
Decimal 15 207 119 0.93 0 0.43 0.19 152.5 0.86 0.44
Hex F CF 77 5D 0 2B 13 98 56 2C
Octal 17 317 167 135 0 53 23 230 126 54
Binary 1111 11001111 1110111 1011101 0 101011 10011 10011000 1010110 101100

Color Harmonies of #0FCF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF77

Black with #0FCF77

Text Example


Text Example

White with #0FCF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,119); }

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

background-color css

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

 a { background-color: rgb(15,207,119); }

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

border-color css

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

 span { border-color: rgb(15,207,119); }

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