Html Css Color HEX #0FC849 Dark Pastel Green

📋 copy color: '#0FC849'

red 15 ◦ green 200 ◦ blue 73

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

Shades of Dark Pastel Green #0FC849

Tints of Dark Pastel Green #0FC849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 69.44%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 5.21%
G = 69.44%
B = 25.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#0FC849 (or 0x0FC849) is known color: Dark Pastel Green. HEX triplet: 0F, C8 and 49. RGB value is (15,200,73). Sum of RGB (Red+Green+Blue) = 15+200+73=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 200 (78.52% from 255 or 69.44% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC849 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC849 is #F037B6. Grayscale: #828282. Windows color (decimal): -15742903 or 4835343. OLE color: 4835343.

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

Color convert

RGB 15 200 73 -
CMYK 0.92 0 0.64 0.22
HSL 138.81º 0.86% 0.42% -
HSV(B) 138.81º 0.93% 0.78% -
XYZ 22.05 41.89 13.23 -
YUV 130.21 95.71 45.83 -
System Red Green Blue C M Y K H S L
Decimal 15 200 73 0.92 0 0.64 0.22 138.81 0.86 0.42
Hex F C8 49 5C 0 40 16 8B 56 2A
Octal 17 310 111 134 0 100 26 213 126 52
Binary 1111 11001000 1001001 1011100 0 1000000 10110 10001011 1010110 101010

Color Harmonies of #0FC849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC849

Black with #0FC849

Text Example


Text Example

White with #0FC849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,200,73); }

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

background-color css

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

 a { background-color: rgb(15,200,73); }

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

border-color css

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

 span { border-color: rgb(15,200,73); }

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