Html Css Color HEX #0FCF75 Mountain Meadow

📋 copy color: '#0FCF75'

red 15 ◦ green 207 ◦ blue 117

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

Shades of Mountain Meadow #0FCF75

Tints of Mountain Meadow #0FCF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 4.42%
G = 61.06%
B = 34.51%

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

#0FCF75 (or 0x0FCF75) is known color: Mountain Meadow. HEX triplet: 0F, CF and 75. RGB value is (15,207,117). Sum of RGB (Red+Green+Blue) = 15+207+117=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF75 is #F0308A. Grayscale: #8B8B8B. Windows color (decimal): -15741067 or 7720719. OLE color: 7720719.

HSL color Cylindrical-coordinate representation of color #0FCF75: hue angle of 151.88º 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 #0FCF75 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 117 -
CMYK 0.93 0 0.43 0.19
HSL 151.88º 0.86% 0.44% -
HSV(B) 151.88º 0.93% 0.81% -
XYZ 25.72 46.01 24.36 -
YUV 139.33 115.39 39.32 -
System Red Green Blue C M Y K H S L
Decimal 15 207 117 0.93 0 0.43 0.19 151.88 0.86 0.44
Hex F CF 75 5D 0 2B 13 98 56 2C
Octal 17 317 165 135 0 53 23 230 126 54
Binary 1111 11001111 1110101 1011101 0 101011 10011 10011000 1010110 101100

Color Harmonies of #0FCF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF75

Black with #0FCF75

Text Example


Text Example

White with #0FCF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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