Html Css Color HEX #0FC472 Mountain Meadow

📋 copy color: '#0FC472'

red 15 ◦ green 196 ◦ blue 114

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

Shades of Mountain Meadow #0FC472

Tints of Mountain Meadow #0FC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.31%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 4.62%
G = 60.31%
B = 35.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#0FC472 (or 0x0FC472) is known color: Mountain Meadow. HEX triplet: 0F, C4 and 72. RGB value is (15,196,114). Sum of RGB (Red+Green+Blue) = 15+196+114=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC472 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC472 is #F03B8D. Grayscale: #848484. Windows color (decimal): -15743886 or 7521295. OLE color: 7521295.

HSL color Cylindrical-coordinate representation of color #0FC472: hue angle of 152.82º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC472 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 15 196 114 -
CMYK 0.92 0 0.42 0.23
HSL 152.82º 0.86% 0.41% -
HSV(B) 152.82º 0.92% 0.77% -
XYZ 22.97 40.8 22.58 -
YUV 132.53 117.53 44.17 -
System Red Green Blue C M Y K H S L
Decimal 15 196 114 0.92 0 0.42 0.23 152.82 0.86 0.41
Hex F C4 72 5C 0 2A 17 99 56 29
Octal 17 304 162 134 0 52 27 231 126 51
Binary 1111 11000100 1110010 1011100 0 101010 10111 10011001 1010110 101001

Color Harmonies of #0FC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC472

Black with #0FC472

Text Example


Text Example

White with #0FC472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,196,114); }

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

background-color css

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

 a { background-color: rgb(15,196,114); }

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

border-color css

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

 span { border-color: rgb(15,196,114); }

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