Html Css Color HEX #0FC031 Dark Pastel Green

📋 copy color: '#0FC031'

red 15 ◦ green 192 ◦ blue 49

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

Shades of Dark Pastel Green #0FC031

Tints of Dark Pastel Green #0FC031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.14%

R = 5.86%
G = 75%
B = 19.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#0FC031 (or 0x0FC031) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 31. RGB value is (15,192,49). Sum of RGB (Red+Green+Blue) = 15+192+49=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC031 is #F03FCE. Grayscale: #7B7B7B. Windows color (decimal): -15744975 or 3260431. OLE color: 3260431.

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

Color convert

RGB 15 192 49 -
CMYK 0.92 0 0.74 0.25
HSL 131.53º 0.86% 0.41% -
HSV(B) 131.53º 0.92% 0.75% -
XYZ 19.6 38.02 9.21 -
YUV 122.78 86.36 51.13 -
System Red Green Blue C M Y K H S L
Decimal 15 192 49 0.92 0 0.74 0.25 131.53 0.86 0.41
Hex F C0 31 5C 0 4A 19 84 56 29
Octal 17 300 61 134 0 112 31 204 126 51
Binary 1111 11000000 110001 1011100 0 1001010 11001 10000100 1010110 101001

Color Harmonies of #0FC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC031

Black with #0FC031

Text Example


Text Example

White with #0FC031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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