Html Css Color HEX #0FC68A Mountain Meadow

📋 copy color: '#0FC68A'

red 15 ◦ green 198 ◦ blue 138

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

Shades of Mountain Meadow #0FC68A

Tints of Mountain Meadow #0FC68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.41%

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 4.27%
G = 56.41%
B = 39.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#0FC68A (or 0x0FC68A) is known color: Mountain Meadow. HEX triplet: 0F, C6 and 8A. RGB value is (15,198,138). Sum of RGB (Red+Green+Blue) = 15+198+138=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC68A is #F03975. Grayscale: #888888. Windows color (decimal): -15743350 or 9094671. OLE color: 9094671.

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

Color convert

RGB 15 198 138 -
CMYK 0.92 0 0.30 0.22
HSL 160.33º 0.86% 0.42% -
HSV(B) 160.33º 0.92% 0.78% -
XYZ 24.98 42.32 30.9 -
YUV 136.44 128.87 41.38 -
System Red Green Blue C M Y K H S L
Decimal 15 198 138 0.92 0 0.30 0.22 160.33 0.86 0.42
Hex F C6 8A 5C 0 1E 16 A0 56 2A
Octal 17 306 212 134 0 36 26 240 126 52
Binary 1111 11000110 10001010 1011100 0 11110 10110 10100000 1010110 101010

Color Harmonies of #0FC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC68A

Black with #0FC68A

Text Example


Text Example

White with #0FC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,138); }

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

background-color css

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

 a { background-color: rgb(15,198,138); }

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

border-color css

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

 span { border-color: rgb(15,198,138); }

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