Html Css Color HEX #0FC04E Dark Pastel Green

📋 copy color: '#0FC04E'

red 15 ◦ green 192 ◦ blue 78

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

Shades of Dark Pastel Green #0FC04E

Tints of Dark Pastel Green #0FC04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.37%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 5.26%
G = 67.37%
B = 27.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#0FC04E (or 0x0FC04E) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 4E. RGB value is (15,192,78). Sum of RGB (Red+Green+Blue) = 15+192+78=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC04E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC04E is #F03FB1. Grayscale: #7E7E7E. Windows color (decimal): -15744946 or 5160975. OLE color: 5160975.

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

Color convert

RGB 15 192 78 -
CMYK 0.92 0 0.59 0.25
HSL 141.36º 0.86% 0.41% -
HSV(B) 141.36º 0.92% 0.75% -
XYZ 20.42 38.35 13.53 -
YUV 126.08 100.86 48.77 -
System Red Green Blue C M Y K H S L
Decimal 15 192 78 0.92 0 0.59 0.25 141.36 0.86 0.41
Hex F C0 4E 5C 0 3B 19 8D 56 29
Octal 17 300 116 134 0 73 31 215 126 51
Binary 1111 11000000 1001110 1011100 0 111011 11001 10001101 1010110 101001

Color Harmonies of #0FC04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC04E

Black with #0FC04E

Text Example


Text Example

White with #0FC04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,78); }

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

background-color css

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

 a { background-color: rgb(15,192,78); }

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

border-color css

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

 span { border-color: rgb(15,192,78); }

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