Html Css Color HEX #0FCF74 Mountain Meadow

📋 copy color: '#0FCF74'

red 15 ◦ green 207 ◦ blue 116

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

Shades of Mountain Meadow #0FCF74

Tints of Mountain Meadow #0FCF74

RGB

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

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

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

R = 4.44%
G = 61.24%
B = 34.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#0FCF74 (or 0x0FCF74) is known color: Mountain Meadow. HEX triplet: 0F, CF and 74. RGB value is (15,207,116). Sum of RGB (Red+Green+Blue) = 15+207+116=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF74 is #F0308B. Grayscale: #8B8B8B. Windows color (decimal): -15741068 or 7655183. OLE color: 7655183.

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

Color convert

RGB 15 207 116 -
CMYK 0.93 0 0.44 0.19
HSL 151.56º 0.86% 0.44% -
HSV(B) 151.56º 0.93% 0.81% -
XYZ 25.66 45.99 24.05 -
YUV 139.22 114.89 39.4 -
System Red Green Blue C M Y K H S L
Decimal 15 207 116 0.93 0 0.44 0.19 151.56 0.86 0.44
Hex F CF 74 5D 0 2C 13 98 56 2C
Octal 17 317 164 135 0 54 23 230 126 54
Binary 1111 11001111 1110100 1011101 0 101100 10011 10011000 1010110 101100

Color Harmonies of #0FCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF74

Black with #0FCF74

Text Example


Text Example

White with #0FCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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