Html Css Color HEX #0FC039 Dark Pastel Green

📋 copy color: '#0FC039'

red 15 ◦ green 192 ◦ blue 57

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

Shades of Dark Pastel Green #0FC039

Tints of Dark Pastel Green #0FC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.59%

R = 5.68%
G = 72.73%
B = 21.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#0FC039 (or 0x0FC039) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 39. RGB value is (15,192,57). Sum of RGB (Red+Green+Blue) = 15+192+57=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC039 is #F03FC6. Grayscale: #7C7C7C. Windows color (decimal): -15744967 or 3784719. OLE color: 3784719.

HSL color Cylindrical-coordinate representation of color #0FC039: hue angle of 134.24º 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 #0FC039 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 57 -
CMYK 0.92 0 0.70 0.25
HSL 134.24º 0.86% 0.41% -
HSV(B) 134.24º 0.92% 0.75% -
XYZ 19.79 38.1 10.18 -
YUV 123.69 90.36 50.48 -
System Red Green Blue C M Y K H S L
Decimal 15 192 57 0.92 0 0.70 0.25 134.24 0.86 0.41
Hex F C0 39 5C 0 46 19 86 56 29
Octal 17 300 71 134 0 106 31 206 126 51
Binary 1111 11000000 111001 1011100 0 1000110 11001 10000110 1010110 101001

Color Harmonies of #0FC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC039

Black with #0FC039

Text Example


Text Example

White with #0FC039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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